-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix insulated tests with phpdbg #1956
Fix insulated tests with phpdbg #1956
Conversation
Nice fix. 👍 |
Thanks. I do think, though, that this should go into the |
It could but it's not trivial: -d options needs to be before the eval-stdin.php on the command line, which means that simple concatenation doesn't work... |
Okay. Sounds like one more reason to work on #1342 then. |
This, … well https://bugs.php.net/73484 This doesn't fix the bug, it just ends up not running the tests at all due to the use of php://input instead of php://stdin. |
Pull requests welcome! :-) Truth be told, neither process isolation nor PHPDBG compatibility are high priority topics for me. |
Yeah, see #2356 ;-) |
Fixes #1955