History log of /PHP-8.2/ext/soap/tests/bugs/bug49278.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 92e4e8bd 04-Nov-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix #49278: SoapClient::__getLastResponseHeaders returns NULL if wsdl operation !has output

Instead of early exiting, process the headers if tracing is enabled, and
exit after that.

Fix #49278: SoapClient::__getLastResponseHeaders returns NULL if wsdl operation !has output

Instead of early exiting, process the headers if tracing is enabled, and
exit after that.

Closes GH-12609.

show more ...