-
-
Notifications
You must be signed in to change notification settings - Fork 645
Add HHVM as optional replacement for PHP? #359
Comments
Have you considered making nginx listen for por 9000 instead of a socket for PHP? That would simplify the configuration differences between php5, php7 and HHVM. On some forums is also mentioned that fpm is more stable listening on a port than a socket. |
@jackbravo - As part of #346, and in my |
Great! I guess this one can be closed then =). |
Not quite, yet; I want it to be an easy-to-configure option in config.yml, which entails a little more work on my part. |
I'm waffling as to whether I want to include official support as part of Drupal VM or not... there's been very little noise over this issue, and I'd rather devote the extra role and resources to something more people have been asking for, like Postgres or SQLite. I'm going to close this issue now, and will only reopen if more people start asking for HHVM. Honestly, since PHP 7.x was released, there's little reason to switch for most people (whereas performance was a huge reason prior!). |
I second that. Before PHP7 I would have been interested in trying it out at least, but now not so much. |
See notes for setup: http://www.midwesternmac.com/blogs/jeff-geerling/benchmarking-drupal-8-php-7-vs-hhvm
Basically, this would be a nice-to-have for benchmarking purposes mainly... but there are a lot of things that might need little tweaks, and some of the tooling wouldn't even run properly on HHVM.
The text was updated successfully, but these errors were encountered: