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

proc_open: reject array with empty command name #10559

Merged
merged 4 commits into from
Feb 18, 2023

Conversation

crrodriguez
Copy link
Contributor

This has been split from #7933

proc_open([""], $ds, $pipes) is invalid, reject and raise an error if that happens.

proc_open([""], $ds, $pipes) is invalid, reject and warn.
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

Makes sense to me.

Can you add an entry in UPGRADING?

@crrodriguez
Copy link
Contributor Author

Makes sense to me.

Can you add an entry in UPGRADING?

sure

@crrodriguez
Copy link
Contributor Author

Done now

@Girgias Girgias merged commit 5e617d0 into php:master Feb 18, 2023
@Girgias
Copy link
Member

Girgias commented Feb 18, 2023

Thank you!

@crrodriguez crrodriguez deleted the reject_empty_program_name branch February 18, 2023 22:40
crrodriguez added a commit to crrodriguez/php-src that referenced this pull request Feb 21, 2023
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.

2 participants