1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/NEWS
Niels Dossche b47c3b633d Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
  Fix GH-20073: Assertion failure in WeakMap offset operations on reference
2025-10-07 20:17:00 +02:00

19 lines
716 B
Plaintext

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.6.0alpha1
- Core:
. Added first-class callable cache to share instances for the duration of the
request. (ilutov)
- Intl:
. Added IntlNumberRangeFormatter class to format an interval of two numbers
with a given skeleton, locale, collapse type and identity fallback.
(BogdanUngureanu)
- Standard:
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
while COW violation flag is still set). (alexandre-daubois)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>