mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add missing news and upgrading notes for ext/uri
[skip ci]
This commit is contained in:
parent
967377369b
commit
02b94556cf
2 changed files with 18 additions and 0 deletions
12
UPGRADING
12
UPGRADING
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue