History log of /php-src/ext/soap/tests/bugs/bug49278.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# de354683 04-Jul-2024 Christoph M. Becker

Make bug49278.phpt more resilient

Due to the hard-coded PHP version, that test easily fails[1], so we
relax the test expectations.

[1] e.g. <https://github.com/cmb69/php-ftw/act

Make bug49278.phpt more resilient

Due to the hard-coded PHP version, that test easily fails[1], so we
relax the test expectations.

[1] e.g. <https://github.com/cmb69/php-ftw/actions/runs/9784934000/job/27016894692#step:5:66>

Closes GH-14817.

show more ...


# 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 ...