Skip to content

Commit 50b3222

Browse files
authored
hash: Upgrade xxHash to 0.8.2 (#20064)
1 parent f5240b6 commit 50b3222

File tree

3 files changed

+2052
-883
lines changed

3 files changed

+2052
-883
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ PHP NEWS
88
. It is now possible to use reference assign on WeakMap without the key
99
needing to be present beforehand. (nielsdos)
1010

11+
- Hash:
12+
. Upgrade xxHash to 0.8.2. (timwolla)
13+
1114
- Intl:
1215
. Added IntlNumberRangeFormatter class to format an interval of two numbers
1316
with a given skeleton, locale, collapse type and identity fallback.

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ PHP 8.6 UPGRADE NOTES
6060
9. Other Changes to Extensions
6161
========================================
6262

63+
- Hash:
64+
. The bundled version of xxHash was upgraded to 0.8.2.
65+
6366
========================================
6467
10. New Global Constants
6568
========================================

0 commit comments

Comments
 (0)