-
Notifications
You must be signed in to change notification settings - Fork 7.9k
define stdout,stderr when executing stdin #3305
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
Conversation
Thanks for the PR. The mentioned ticket was fixed in the documentation. Of course, one can still pursue to fix the behavior, in which case tests are required. Thanks. |
Could you tell me is there any way to test executing stdin? I read |
@robberphex i was not talking about Thanks. |
@weltling Actually, But if we do this, the
So, I don't think use |
I thought I added a separate environment variable that exports |
@nikic isn't |
I've missed such options, especially for the cases where extensions like openssl or curl are tested with the integrated HTTP server. But, sometimes it is still not enough - for example when compiling with a non standard library, on would still need to adjust the environment, too. Or, when extensions are shared. For this particular case, it should be actually enough to pass Thanks. |
Since the original ticket is marked closed, and since there is no movement here in 18 months, I'm closing this. If there is to be more work on this issue, please reference this PR from the new request. |
Looks like this got stuck on testing ... a bit late, but I think in this particular case the answer is to just pass |
BUG 43283 wasn't fixed
And this pr is for fixing https://bugs.php.net/bug.php?id=43283