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

Lazy objects

RFC: https://wiki.php.net/rfc/lazy-objects

Closes GH-15019
This commit is contained in:
Arnaud Le Blanc
2023-05-19 12:55:05 +02:00
parent e12188fe89
commit 58aa6fc830
209 changed files with 13063 additions and 115 deletions

View File

@@ -1740,6 +1740,7 @@ PHP_ADD_SOURCES([Zend], m4_normalize([
zend_iterators.c
zend_language_parser.c
zend_language_scanner.c
zend_lazy_objects.c
zend_list.c
zend_llist.c
zend_max_execution_timer.c