php-src/ext/spl
Ilija Tovilo 0ce151b8fe
Merge branch 'PHP-8.4'
* PHP-8.4:
  Add NEWS entry
  Also fix same issue in ArrayObject::exchangeArray()
  Fix use-after-free in ArrayObject::unset() with destructor
2024-11-04 17:50:37 +01:00
..
tests Merge branch 'PHP-8.4' 2024-11-04 17:50:37 +01:00
config.m4 Autotools: Normalize headers arguments (#15149) 2024-07-29 10:08:17 +02:00
config.w32 ext/spl: Remove spl_engine.h header (#14418) 2024-06-08 23:46:34 +01:00
CREDITS
php_spl_arginfo.h Do not generate frameless info items when func info generation is disabled 2024-02-18 11:39:00 +01:00
php_spl.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
php_spl.h Clean-up some more headers (#14416) 2024-06-08 17:15:36 +01:00
php_spl.stub.php
spl_array_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
spl_array.c Merge branch 'PHP-8.4' 2024-11-04 17:50:37 +01:00
spl_array.h ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_array.stub.php Typed constants in SPL extension (#12358) 2023-10-07 13:14:57 +01:00
spl_directory_arginfo.h Stubs and generated arginfo: remove tentative returns from final methods (#16213) 2024-10-04 07:43:59 +02:00
spl_directory.c Merge branch 'PHP-8.3' into PHP-8.4 2024-11-01 20:43:43 +01:00
spl_directory.h Make CSV deprecation less annoying to deal with (#15569) 2024-09-13 15:07:26 +01:00
spl_directory.stub.php Stubs and generated arginfo: remove tentative returns from final methods (#16213) 2024-10-04 07:43:59 +02:00
spl_dllist_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
spl_dllist.c Merge branch 'PHP-8.3' into PHP-8.4 2024-10-27 19:12:16 +01:00
spl_dllist.h ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_dllist.stub.php Typed constants in SPL extension (#12358) 2023-10-07 13:14:57 +01:00
spl_exceptions_arginfo.h Generated arginfo header files: remove empty zend_function_entry arrays (#15705) 2024-09-03 23:19:53 +02:00
spl_exceptions.c ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_exceptions.h ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_exceptions.stub.php
spl_fixedarray_arginfo.h Rename ZEND_STR_DEPRECATED to ZEND_STR_DEPRECATED_CAPITALIZED (#15831) 2024-09-10 22:45:23 +01:00
spl_fixedarray.c Merge branch 'PHP-8.3' into PHP-8.4 2024-10-17 18:25:56 +02:00
spl_fixedarray.h
spl_fixedarray.stub.php ext/spl: Follow-up on GH-9704 (#15295) 2024-08-08 19:31:51 +01:00
spl_functions.c Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
spl_functions.h ext/spl: Remove unused typedef 2024-06-15 01:33:09 +01:00
spl_heap_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
spl_heap.c Merge branch 'PHP-8.3' into PHP-8.4 2024-10-12 13:39:06 +02:00
spl_heap.h ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_heap.stub.php Use true as return types for SplHeap (#13147) 2024-01-15 10:09:38 +00:00
spl_iterators_arginfo.h RecursiveTreeIterator::__construct(): switch @param to typehint (#16215) 2024-10-12 11:42:34 +01:00
spl_iterators.c Use spl_RecursiveIteratorIterator_free_iterators() 2024-11-01 20:46:29 +01:00
spl_iterators.h ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_iterators.stub.php RecursiveTreeIterator::__construct(): switch @param to typehint (#16215) 2024-10-12 11:42:34 +01:00
spl_observer_arginfo.h Fix registration of internal readonly child classes (#15459) 2024-08-24 12:36:54 +02:00
spl_observer.c Merge branch 'PHP-8.3' into PHP-8.4 2024-10-25 23:00:46 +02:00
spl_observer.h ext/spl: Remove some useless header includes and clarify usages 2024-06-15 01:33:09 +01:00
spl_observer.stub.php Implement SeekableIterator for SplObjectStorage (#13665) 2024-05-05 13:26:54 +02:00