php-src/ext/spl
Scott MacVicar fc8426ad31 MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.
Need to point the second elements previous item to head so we can traverse upwards.
2009-06-09 01:58:07 +00:00
..
examples MFH: Fix #47031 (Fix constants in example) 2009-02-03 12:54:44 +00:00
internal MFH: Update copyright year + line feeds 2009-05-02 01:53:45 +00:00
tests MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way. 2009-06-09 01:58:07 +00:00
config.m4
config.w32
CREDITS
doxygen.cfg
package.xml
php_spl.c MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way. 2009-06-09 01:58:07 +00:00
php_spl.h - fix build 2009-01-27 21:53:49 +00:00
README
spl_array.c MFH: Better fix for #45622 (patch by robinf at php do net) 2009-05-21 13:26:14 +00:00
spl_array.h
spl_directory.c MFH: Include other flags as well 2009-06-04 14:46:26 +00:00
spl_directory.h MFH: Include other flags as well 2009-06-04 14:46:26 +00:00
spl_dllist.c
spl_dllist.h
spl_engine.c
spl_engine.h
spl_exceptions.c
spl_exceptions.h
spl_fixedarray.c - MFH: Added missing param checks 2009-05-23 15:14:15 +00:00
spl_fixedarray.h
spl_functions.c
spl_functions.h
spl_heap.c
spl_heap.h
spl_iterators.c Fix bug #48206 again 2009-05-09 19:45:26 +00:00
spl_iterators.h
spl_observer.c MFH: Fix #47671 (cloning SplObjectStorage instances) 2009-03-19 02:45:17 +00:00
spl_observer.h
spl.php
TODO

This is an extension that aims to implement some efficient data access 
interfaces and classes. You'll find the classes documented using php
code in the file spl.php or in the corresponding .inc file in the examples
subdirectory. Based on the internal implementations or the files in the 
examples subdirectory there are also some .php files to experiment with.

For more information look at: http://php.net/~helly/php/ext/spl