php-src/ext/spl
2009-05-23 15:38:18 +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 - New tests (testfest NorthWestUG) 2009-05-23 15:38:18 +00:00
config.m4
config.w32
CREDITS
doxygen.cfg
package.xml
php_spl.c MFH: Fix #48023 (spl_autoload_register didn't store closures) 2009-04-20 14:20:20 +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 MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_directory.c MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_PATHNAME) 2009-05-09 21:06:59 +00:00
spl_directory.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_dllist.c MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_dllist.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_engine.c MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_engine.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_exceptions.c MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_exceptions.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_fixedarray.c - MFH: Added missing param checks 2009-05-23 15:14:15 +00:00
spl_fixedarray.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_functions.c MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_functions.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_heap.c MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_heap.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_iterators.c Fix bug #48206 again 2009-05-09 19:45:26 +00:00
spl_iterators.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
spl_observer.c MFH: Fix #47671 (cloning SplObjectStorage instances) 2009-03-19 02:45:17 +00:00
spl_observer.h MFH: Bump copyright year, 3 of 3. 2008-12-31 11:15:49 +00:00
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