Skip to content

Commit ff6250b

Browse files
committed
Add news/upgrading
[skip ci]
1 parent 4a3ff41 commit ff6250b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ PHP NEWS
239239
. Fixed bug #49874 (ftell() and fseek() inconsistency when using stream
240240
filters). (Jakub Zelenka)
241241

242+
- URI:
243+
. Added Uri\Rfc3986\Uri:getUriType() and Uri\WhatWg\Url:isSpecialScheme().
244+
(kocsismate)
245+
242246
- Zip:
243247
. Fixed ZipArchive callback being called after executor has shut down.
244248
(ilutov)

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ PHP 8.6 UPGRADE NOTES
211211
options.
212212
. Allowed casting casting filtered streams as file descriptor for select.
213213

214+
- URI:
215+
. Added Uri\Rfc3986\Uri:getUriType() and Uri\WhatWg\Url:isSpecialScheme().
216+
RFC: https://wiki.php.net/rfc/uri_followup#uri_type_detection
217+
214218
========================================
215219
3. Changes in SAPI modules
216220
========================================

0 commit comments

Comments
 (0)