We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5240b6 commit 50b3222Copy full SHA for 50b3222
3 files changed
NEWS
@@ -8,6 +8,9 @@ PHP NEWS
8
. It is now possible to use reference assign on WeakMap without the key
9
needing to be present beforehand. (nielsdos)
10
11
+- Hash:
12
+ . Upgrade xxHash to 0.8.2. (timwolla)
13
+
14
- Intl:
15
. Added IntlNumberRangeFormatter class to format an interval of two numbers
16
with a given skeleton, locale, collapse type and identity fallback.
UPGRADING
@@ -60,6 +60,9 @@ PHP 8.6 UPGRADE NOTES
60
9. Other Changes to Extensions
61
========================================
62
63
64
+ . The bundled version of xxHash was upgraded to 0.8.2.
65
66
67
10. New Global Constants
68
0 commit comments