Comment on The HipHop Virtual MachineComments−q_no11yI'm using HHVM in production for a few weeks now and all I can say is I'm very happy with the results. It's running stable (compiled under CentOS7) and I was able to cut the response times in half (~145ms with php-fpm, ~70ms HHVM).−reeze_xia11yWhat is the version of your PHP?−q_no11y[root@hostname:~]# php -v PHP 5.5.18 (cli) (built: Oct 16 2014 12:09:38) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies−reeze_xia11yGreat! With opcache enabled right?−joeguilmette11yJust the other day I saw a demo of (unaltered) WordPress running with HHVM and PHP7(!)
Comments
I'm using HHVM in production for a few weeks now and all I can say is I'm very happy with the results. It's running stable (compiled under CentOS7) and I was able to cut the response times in half (~145ms with php-fpm, ~70ms HHVM).
What is the version of your PHP?
[root@hostname:~]# php -v PHP 5.5.18 (cli) (built: Oct 16 2014 12:09:38) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
Great! With opcache enabled right?
Just the other day I saw a demo of (unaltered) WordPress running with HHVM and PHP7(!)