mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
6
NEWS
6
NEWS
|
@ -6,6 +6,12 @@ PHP NEWS
|
||||||
. socket_set_option for multicast context throws a ValueError
|
. socket_set_option for multicast context throws a ValueError
|
||||||
when the socket family is not of AF_INET/AF_INET6 family. (David Carlier)
|
when the socket family is not of AF_INET/AF_INET6 family. (David Carlier)
|
||||||
|
|
||||||
|
- URI:
|
||||||
|
. Empty host handling is fixed. (Máté Kocsis)
|
||||||
|
. Error handling of Uri\WhatWg\Url::withHost() is fixed when the input
|
||||||
|
contains a port. Now, it triggers an exception; previously, the error
|
||||||
|
was silently swallowed. (Máté Kocsis)
|
||||||
|
|
||||||
17 Jul 2025, PHP 8.5.0alpha2
|
17 Jul 2025, PHP 8.5.0alpha2
|
||||||
|
|
||||||
- Core:
|
- Core:
|
||||||
|
|
12
UPGRADING
12
UPGRADING
|
@ -460,6 +460,13 @@ PHP 8.5 UPGRADE NOTES
|
||||||
across multiple PHP requests.
|
across multiple PHP requests.
|
||||||
RFC: https://wiki.php.net/rfc/curl_share_persistence_improvement
|
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
|
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
|
library that was separated from ext/dom for being reused among other
|
||||||
extensions. The new extension is not directly exposed to userland.
|
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:
|
- PCRE:
|
||||||
. Upgraded to pcre2lib from 10.44 to 10.45.
|
. Upgraded to pcre2lib from 10.44 to 10.45.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue