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 8762058 commit 3a3d331Copy full SHA for 3a3d331
appendices/migration85/incompatible.xml
@@ -429,6 +429,23 @@
429
430
</sect2>
431
432
+ <sect2 xml:id="migration85.incompatible.soap">
433
+ <title>SOAP</title>
434
+
435
+ <para>
436
+ <methodname>SoapClient::__doRequest</methodname> に、
437
+ オプションの <parameter>$uriParserClass</parameter>
438
+ パラメータが新しく追加されました。
439
+ これは、文字列と &null; を受け入れます。
440
+ &null; を渡すと、オリジナルの <function>parse_url</function>
441
+ ベースのメソッドになります。
442
+ Uri\Rfc3986\Uri や Uri\WhatWg\Url を渡すと、
443
+ 新しいバックエンドを使います。
444
+ <!-- RFC: https://wiki.php.net/rfc/url_parsing_api#plugability -->
445
+ </para>
446
447
+ </sect2>
448
449
<sect2 xml:id="migration85.incompatible.spl">
450
<title>SPL</title>
451
0 commit comments