Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ PHP NEWS
. It is now possible to use reference assign on WeakMap without the key
needing to be present beforehand. (nielsdos)

- Hash:
. Upgrade xxHash to 0.8.2. (timwolla)

- Intl:
. Added IntlNumberRangeFormatter class to format an interval of two numbers
with a given skeleton, locale, collapse type and identity fallback.
Expand Down
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ PHP 8.6 UPGRADE NOTES
9. Other Changes to Extensions
========================================

- Hash:
. The bundled version of xxHash was upgraded to 0.8.2.

========================================
10. New Global Constants
========================================
Expand Down
Loading