-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Range Exception on php scripts with hhvm #3
Comments
I now have a workaround. But it hits in the nikic/php-parser library.
|
Hi, sorry for late answer..a lot of todos on my side ;) BTW: Unix annotations like "#!..." are called shebang (http://en.wikipedia.org/wiki/Shebang_(Unix)) Hopefully i will find time to investigate it, too. |
Php-Parser added hashbang support nikic/PHP-Parser@592836c Waiting for release, after that everything should be fine. |
Hi Thanks a lot for your work! Cheers |
Hi there
For my project i need to use hhvm as it reduces the building of the model from ~30mins to ~3mins. Everything works fine most of the time. But if i a file gets parsed that starts with:
!/usr/bin/php
The text was updated successfully, but these errors were encountered: