1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

hash: Upgrade xxHash to 0.8.2 (#20064)

This commit is contained in:
Tim Düsterhus
2025-10-08 21:04:18 +02:00
committed by GitHub
parent f5240b6189
commit 50b3222d45
3 changed files with 2065 additions and 896 deletions

3
NEWS
View File

@@ -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.

View File

@@ -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
========================================

File diff suppressed because it is too large Load Diff