Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ PHP NEWS
. Added support for partitioned cookies. (nielsdos)

- SOAP:
. Added support for configuring the URI parser for SoapClient::_doRequest()
. Added support for configuring the URI parser for SoapClient::__doRequest()
as described in https://wiki.php.net/rfc/url_parsing_api#plugability.
(kocsismate)

Expand Down
4 changes: 4 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ PHP 8.5 UPGRADE NOTES
precision previously incorrectly reset the precision instead of treating
it as a precision of 0. See GH-18897.

- SOAP:
. SoapClient::__doRequest() expects a new, optional $uriParserClass parameter
as described in https://wiki.php.net/rfc/url_parsing_api#plugability.

========================================
2. New Features
========================================
Expand Down