Skip to content

Commit 0af4f27

Browse files
authored
Fix phpGH-20274 SoapClient::__doRequest undocumented backwards incompatible in PHP 8.5 (php#20278)
1 parent 6267bde commit 0af4f27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
========================================
174178
2. New Features
175179
========================================

0 commit comments

Comments
 (0)