Questions tagged as 'hhvm'

2
answers

What is the BoxT statement for?

I was checking out the Hack documentation . I know 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 think it has to do with defining primitive types....
asked by 17.06.2016 / 20:56
2
answers

How do I configure HHVM for an apache compiled manually?

During the Ubuntu 12.04 upgrades, HHVM was updated and then asked to run the fast_cgi install command. However when running I received the following error: ➜ ~ sudo /usr/share/hhvm/install_fastcgi.sh Checking if Apache is installed...
asked by 29.03.2014 / 01:32
2
answers

Apache results in Service Unavailable after installing nginx and hhvm

I have installed Nginx and HHVM to test the Hack language. All perfect, I can program in Hack and PHP using this set. However, by giving stop in Nginx and HHVM and start in Apache 2 it throws Erro 503 Service...
asked by 27.03.2015 / 20:38
1
answer

hhvm server failure

I created a school project to use the Hack language. I performed the installation of hhvm according to documentation sudo apt-get install hhvm I started the server hhvm -m server -p 8080 And I created a file called selectP...
asked by 06.06.2017 / 13:12