Skip to content

Commit 9f8fabd

Browse files
committed
moved URI extention description to new-features.xml
1 parent 1464bc6 commit 9f8fabd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

appendices/migration85/new-features.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,17 @@ print T1 . PHP_EOL; // Prints "0"
411411

412412
</sect2>
413413

414+
<sect2 xml:id="migration85.new-features.uri">
415+
<title>URI</title>
416+
417+
<simpara>
418+
An always enabled uri extension is added that can be used for handling
419+
URIs and URLs according to RFC 3986 and WHATWG URL.
420+
<!-- RFC: https://wiki.php.net/rfc/url_parsing_api -->
421+
</simpara>
422+
423+
</sect2>
424+
414425
<sect2 xml:id="migration85.new-features.xsl">
415426
<title>XSL</title>
416427

appendices/migration85/other-changes.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -478,17 +478,6 @@
478478

479479
</sect3>
480480

481-
<sect3 xml:id="migration85.other-changes.extensions.uri">
482-
<title>URI</title>
483-
484-
<simpara>
485-
An always enabled uri extension is added that can be used for handling
486-
URIs and URLs according to RFC 3986 and WHATWG URL.
487-
<!-- RFC: https://wiki.php.net/rfc/url_parsing_api -->
488-
</simpara>
489-
490-
</sect3>
491-
492481
<sect3 xml:id="migration85.other-changes.extensions.pcre">
493482
<title>PCRE</title>
494483

0 commit comments

Comments
 (0)