We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38e1e1 commit a288458Copy full SHA for a288458
appendices/migration85/incompatible.xml
@@ -386,6 +386,20 @@
386
387
</sect2>
388
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
403
<sect2 xml:id="migration85.incompatible.spl">
404
<title>SPL</title>
405
0 commit comments