1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Ilija Tovilo 28fd7597ba Add first-class callable cache
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
2025-10-03 01:04:56 +02:00
..
2025-09-22 15:43:47 +02:00
2025-10-03 01:04:56 +02:00
2025-09-29 23:21:08 +01:00
2025-09-30 15:21:19 +02:00
2025-09-29 12:45:45 -03:00
2025-07-29 14:00:37 +02:00
2025-09-29 16:09:07 +02:00
2025-09-29 22:49:12 +01:00