Add missing news and upgrading notes for ext/uri

[skip ci]
This commit is contained in:
Máté Kocsis 2025-07-15 22:45:59 +02:00
parent 967377369b
commit 02b94556cf
No known key found for this signature in database
GPG key ID: FD055E41728BF310
2 changed files with 18 additions and 0 deletions

View file

@ -460,6 +460,13 @@ PHP 8.5 UPGRADE NOTES
across multiple PHP requests.
RFC: https://wiki.php.net/rfc/curl_share_persistence_improvement
- URI:
. Uri\UriException, Uri\InvalidUriException, Uri\UriComparisonMode,
Uri\Rfc3986\Uri, Uri\WhatWg\InvalidUrlException,
Uri\WhatWg\UrlValidationErrorType, Uri\WhatWg\UrlValidationError,
and Uri\WhatWg\Url are added.
RFC: https://wiki.php.net/rfc/url_parsing_api
========================================
8. Removed Extensions and SAPIs
========================================
@ -483,6 +490,11 @@ PHP 8.5 UPGRADE NOTES
library that was separated from ext/dom for being reused among other
extensions. The new extension is not directly exposed to userland.
- URI:
. An always enabled uri extension is added that can be used for handling
URIs and URLs according to RFC 3986 and WHATWG URL.
RFC: https://wiki.php.net/rfc/url_parsing_api
- PCRE:
. Upgraded to pcre2lib from 10.44 to 10.45.