Most voted "hhvm" questions
HHVM is an open source virtual machine designed for running programs written in Hack and PHP. HHVM uses a just-in-time compilation approach to achieve superior performance.
Learn more…5 questions
Sort by count of
-
2
votes2
answers176
viewsWhat is the Box<T> declaration for?
I was taking a look at documentation of the Hack. I know that this language is a modification of PHP to introduce type checking. I saw that they put this example to demonstrate the use of classes, I…
-
1
votes2
answers347
viewsHow do I set up HHVM for a manually compiled apache?
During the updates of Ubuntu 12.04, the HHVM was updated and then asked to run the installation command for the fast_cgi. However when executing I received the following error: ➜ ~ sudo…
-
0
votes2
answers312
viewsApache results in Unavailable Service after installing Nginx and hhvm
I installed the Nginx and the HHVM to test the language Hack. Everything perfect, I can program in Hack and PHP using that set. However, in giving stop in the Nginx and HHVM and start in the Apache…
-
0
votes1
answer37
viewsFailure on the hhvm server
I created a school project to use the language Hack. I performed the installation of the hhvm as documented sudo apt-get install hhvm I started the server hhvm -m server -p 8080 And I created a file…
-
0
votes1
answer344
viewsError installing dependency or running update on Composer
I’m having a certain problem installing any dependency using Composer. I’ve used Composer update and the Composer update -v. I need to do tests on a backup tool using Laravel at the moment. But in…