/var/www/site/ /var/www/site/app /var/www/site/web - webroot
Host Machine:
9080 PHP-FPM http://site.local/ 9081 HHVM http://hiphop.site.local/
HipHop VM Ubuntu 14.04 192.168.66.66 hiphop-fpm.site.local hiphop.site.local site.local
forwarded_port, guest: 80, host: 9080 forwarded_port, guest: 81, host: 9081
Nginx
80 PHP-FPM :9003
HHVM :9000
http://hhvm.com/ http://hhvm.com/frameworks (27 Frameworks at 100%)
https://github.com/facebook/hhvm/wiki/FastCGI https://github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-Ubuntu-14.04 How to run unit tests on hhvm http://blog.macopedia.co/post/running-typo3-cms-on-hhvm-part2/
Tests: 7-9times faster http://www.ph-bergsmann.com/typo3/2014/04/04/typo3-hhvm-speed-comparison/ http://blog.snowflake.ch/2014/04/14/showdown-hhvm-vs-php5-fcgi-vs-php5-fpm/
strace -o /tmp/output.txt -f -r -s4096 -p 167842
./bin/phpunit -c typo3/sysext/core/Build/UnitTests.xml
./bin/phpunit -c typo3/sysext/core/Build/FunctionalTests.xml
-
Unit tests compatibility
-
Functional tests compatibility
-
Install tool
-
Backend
-
Frontend
-
Including TYPO3 test suite into HHVM parity checking
-
Better server setup?
-
documentation / vagrant
-
???