File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ PHP NEWS
354354 . Added support for partitioned cookies. (nielsdos)
355355
356356- SOAP:
357- . Added support for configuring the URI parser for SoapClient::_doRequest ()
357+ . Added support for configuring the URI parser for SoapClient::__doRequest ()
358358 as described in https://wiki.php.net/rfc/url_parsing_api#plugability.
359359 (kocsismate)
360360
Original file line number Diff line number Diff line change @@ -170,6 +170,10 @@ PHP 8.5 UPGRADE NOTES
170170 precision previously incorrectly reset the precision instead of treating
171171 it as a precision of 0. See GH-18897.
172172
173+ - SOAP:
174+ . SoapClient::__doRequest() expects a new, optional $uriParserClass parameter
175+ as described in https://wiki.php.net/rfc/url_parsing_api#plugability.
176+
173177========================================
1741782. New Features
175179========================================
You can’t perform that action at this time.
0 commit comments