3.20
i did my home work and searched for 3.20 repo for centos , but it seems no luck , so i deside to ask ,
installing from source may take LOOOONG time
Please advice
We only publish packages for Debian and Ubuntu. We also have docker images that can be run on any distribution using Docker. If you or someone else would like to publish and maintain centos packages that would be great
We're using hhvm on centos 6/7 at work and build our own binaries. Maybe, we can publish those...
@usox i will be very thankful if you can arrange for such rpm , Yum installer
Working on it.. ;)
Thank you so much.. I am in centos 6.9
On Jun 21, 2017 1:12 PM, "Daniel Jakob" notifications@github.com wrote:
Working on it.. ;)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/hhvm/issues/7885#issuecomment-310033873, or mute
the thread
https://github.com/notifications/unsubscribe-auth/Aa_D7D8b7ruLIDSOVZa1BXVSSoDUfzRHks5sGOyagaJpZM4N7OoL
.
@usox any good news :+1:
@instagramlover We have the repository up and running with hhvm 3.18 rpms for centos 7 (maybe, they will work with 6 as well). We have some minor issues with the 3.20 build process, as 3.20 depends on newer versions of some dependencies. Also we have to switch to newer gcc version. I'll let you know when we're done.
@usox
thank you for your reply
Well i am using
root@server []# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-current/configure --enable-languages=c,c++,fortran --enable-multilib --prefix=/usr/local/gcc
Thread model: posix
gcc version 4.9.2 (GCC)
And my php is
php -v
ea-php-cli Copyright 2016 cPanel, Inc.
PHP 5.6.30 (cli) (built: Apr 28 2017 13:01:32)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
So is 3.18 will works just fine in my box !
Please not my target is to run PHP via CLI only
So, we finished building the 3.20 rpm. It is utterly untested as we use the lts versions (3.18) in our dev/production environments. Also, we won't provide any offiicial support. Apart from this, have fun.
http://dev.sc-networks.com/centos/7/x86_64/hhvm/
@usox The http://dev.sc-networks.com/centos/7/x86_64/hhvm/ is not valid!Can I have one available?
@internalsync Yep, sorry. We had to move away from our companies domain :(
http://www.devblues.de/centos/7/x86_64/hhvm/
hhvm 3.27.1 and 3.27.2 will land there, too...
@usox Thank you very much!
@usox Which can be used in a production environment ?
@usox Which version is recommended?
@internalsync Stick to the lts versions - currently 3.27.x
@usox Any recommendations for choosing between php7 and HHVM
@internalsync I will always recommend using hack+hhvm. But be aware of the lack of tools and libraries coded in hack - compared to the php-universe.
@usox Thank you very much!
Most helpful comment
We're using hhvm on centos 6/7 at work and build our own binaries. Maybe, we can publish those...