Skip to content

Commit 7fb4baf

Browse files
committed
Add news/upgrade
[skip ci]
1 parent 9b024e8 commit 7fb4baf

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
========================================
219221
3. Changes in SAPI modules

0 commit comments

Comments
 (0)