-
Notifications
You must be signed in to change notification settings - Fork 136
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
If Runkit only run in CLI mode ? #100
Comments
I notice the document says:
so sad.. |
But .. but this page show it at least supports 5.4.9 :http://news.php.net/php.bugs/196299 |
1804 line in runkit_sandbox.c backtrace:
|
Try to change the expression 'req->fd >= 0' into 'req && req->fd >= 0' here |
@zenovich Thanks, It works fine now . |
I hope it is a final solution. I suggest reporting this bug to php-fpm's authors. |
@zenovich |
With php 5.3 and 5.4 it works pretty well, maybe sandboxing is for all php 5 versions? |
Easy Bypass (Hacked)
|
I just tested it with php-5.6
./bin/php path/to/test.php
works as expected,but with php-fpm , it kills fpm process:
What can I do now ?
The text was updated successfully, but these errors were encountered: