File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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========================================
2152193. Changes in SAPI modules
216220========================================
You can’t perform that action at this time.
0 commit comments