File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,6 +244,8 @@ PHP NEWS
244244- URI:
245245 . Added Uri\Rfc3986\Uri:getUriType() and Uri\WhatWg\Url:isSpecialScheme().
246246 (kocsismate)
247+ . Added Uri\Rfc3986\Uri:getHostType() and Uri\WhatWg\Url:getHostType().
248+ (kocsismate)
247249
248250- Zip:
249251 . Fixed ZipArchive callback being called after executor has shut down.
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ PHP 8.6 UPGRADE NOTES
214214- URI:
215215 . Added Uri\Rfc3986\Uri:getUriType() and Uri\WhatWg\Url:isSpecialScheme().
216216 RFC: https://wiki.php.net/rfc/uri_followup#uri_type_detection
217+ . Added Uri\Rfc3986\Uri:getHostType() and Uri\WhatWg\Url:getHostType().
218+ RFC: https://wiki.php.net/rfc/uri_followup#host_type_detection
217219
218220========================================
2192213. Changes in SAPI modules
You can’t perform that action at this time.
0 commit comments