Skip to content

Fix GH-21588: run-tests possible deprecate if explode input is false or null#21592

Closed
LamentXU123 wants to merge 1 commit intophp:masterfrom
LamentXU123:fix-openssl-8.4
Closed

Fix GH-21588: run-tests possible deprecate if explode input is false or null#21592
LamentXU123 wants to merge 1 commit intophp:masterfrom
LamentXU123:fix-openssl-8.4

Conversation

@LamentXU123
Copy link
Copy Markdown
Contributor

@LamentXU123 LamentXU123 commented Apr 1, 2026

Fix #21588. Return a empty array if shell_exec() fails.

@iluuu1994
Copy link
Copy Markdown
Member

I'm not sure it makes sense to harden this case. If anything, it should abort, as this indicates a bug. I'd prefer to do nothing if there's not an actual issue.

@LamentXU123
Copy link
Copy Markdown
Contributor Author

I'm not sure it makes sense to harden this case. If anything, it should abort, as this indicates a bug. I'd prefer to do nothing if there's not an actual issue.

Me too. Actually I am not that sure with this change just for 'hardening' something. The original behavior is good enough. Lets close this

@LamentXU123 LamentXU123 closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

run-tests possible deprecate if explode input is false or null

2 participants