Skip to content

Commit a288458

Browse files
committed
added SoapClient::__doRequest undocumented backwards incompatible in PHP 8.5
php/php-src#20278
1 parent f38e1e1 commit a288458

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

appendices/migration85/incompatible.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,20 @@
386386

387387
</sect2>
388388

389+
<sect2 xml:id="migration85.incompatible.soap">
390+
<title>SOAP</title>
391+
392+
<para>
393+
<methodname>SoapClient::__doRequest</methodname> now accepts a new,
394+
optional $uriParserClass parameter accepting string or null arguments.
395+
Null represents the original (<function>parse_url</function>) based
396+
method, while the new backends will be used when passing either
397+
Uri\Rfc3986\Uri::class or Uri\WhatWg\Url::class.
398+
<!-- RFC: https://wiki.php.net/rfc/url_parsing_api#plugability -->
399+
</para>
400+
401+
</sect2>
402+
389403
<sect2 xml:id="migration85.incompatible.spl">
390404
<title>SPL</title>
391405

0 commit comments

Comments
 (0)