Skip to content

Fix GH-22218: SoapServer::handle() crash on non-array $_SERVER.#22220

Open
devnexen wants to merge 2 commits into
php:PHP-8.5from
devnexen:gh22218
Open

Fix GH-22218: SoapServer::handle() crash on non-array $_SERVER.#22220
devnexen wants to merge 2 commits into
php:PHP-8.5from
devnexen:gh22218

Conversation

@devnexen
Copy link
Copy Markdown
Member

@devnexen devnexen commented Jun 3, 2026

add reproducer.

Fix #22218

guard; it dereferenced server_vars unconditionally, crashing when $_SERVER
was unset or a scalar.
@devnexen devnexen marked this pull request as ready for review June 3, 2026 20:56
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.

1 participant