Skip to content
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

Remove unused options passed to proc_open() (Windows only) #62

Merged
merged 1 commit into from Nov 25, 2018

Conversation

clue
Copy link
Member

@clue clue commented Nov 24, 2018

This simple PR removes the unused options passed to proc_open(). These options only affect behavior on Windows (suppress_errors and bypass_shell options) which is currently not supported anyway (#9). They are not documented or referenced anywhere else in this library anyway, so while this may technically be a BC break, its actual impact should be relatively small.

@WyriHaximus
Copy link
Member

With limited windows support coming back in v0.6.0 I don't really see a reason to remove this to be honest.

@clue
Copy link
Member Author

clue commented Nov 24, 2018

@WyriHaximus Valid point! This is something I have prepared and will look into in a follow-up PR. This PR is a preparation for this and removes these options simply because they provide no value whatsoever currently. They may be re-introduced in one of the follow-up PRs with some proper tests/documentation to veriify correct execution on Windows 👍

Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clue sounds good to me 👍

@jsor jsor merged commit ac6c7f9 into reactphp:master Nov 25, 2018
@clue clue deleted the options branch November 25, 2018 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants