forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
How to Report Issues
Paul Tarjan edited this page May 18, 2013
·
2 revisions
If you're having problems with HipHop, here is a small guide to help you submit a bug report that can easily and quickly get dealt with.
Make sure you are running the latest build. Make sure you do a git pull && make
and see if the problem was already fixed.
Include hhvm --version
, your linux distro and version and anything that can possibly be relevant. More info is always better.
Please don't say "While running this million lines of code, HipHop dies after a few hours". If you can make a php file that is < 10 lines which shows the issue that is a MUCH higher chance we can easily fix it.