mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
28fd7597ba
This cache is implemented in two levels: A EG(callable_convert_cache) global that maps zend_function pointers to a shared callable instance, and a CALLABLE_CONVERT cache slot to remember the result of the hash table lookup. Fixes GH-19754 Closes GH-19863
15 lines
563 B
Plaintext
15 lines
563 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)
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|