bem / bh-php

PHP port of https://github.com/bem/bh. It's cool thing but better use this:
https://github.com/zxqfox/php-fpm-bem-demo-heroku
MIT License
33 stars 8 forks source link

HHVM support #5

Open qfox opened 9 years ago

qfox commented 9 years ago

Tests are failing at hhvm env. Do we need it at all?

qfox commented 9 years ago

According to http://docs.hhvm.com/manual/en/hack.unsupported.php it's not possible to make something with hack. No refs, no ArrayAccess, very strange at all.

qfox commented 9 years ago

Seems it's possible to make it if we will have this fix: facebook/hhvm#4645