php-src/ext/spl
2009-12-08 01:57:37 +00:00
..
examples Fix #47031 (Fix constants in example) 2009-02-03 12:40:00 +00:00
internal Update copyright year + line feeds 2009-05-02 01:52:54 +00:00
tests - Fixed bug #50018 (Typo in spl_limit_it_seek()) 2009-10-27 21:57:26 +00:00
config.m4 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
config.w32 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
CREDITS Implement splDoublyLinkedList, splQueue, splStack classes in SPL 2008-01-15 09:37:50 +00:00
doxygen.cfg - Update RegexIterator 2006-07-20 21:21:20 +00:00
package.xml Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
php_spl.c - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and 2009-06-22 18:14:14 +00:00
php_spl.h Fix build problem (Kalle) 2009-06-23 18:14:03 +00:00
README - Update docu 2004-11-01 18:01:06 +00:00
spl_array.c Fixed ext/spl/tests/arrayObject_magicMethods2.phpt 2009-09-22 07:54:06 +00:00
spl_array.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_directory.c - Fixed memleak on SplFileInfo::getLinkTarget() 2009-07-29 17:31:25 +00:00
spl_directory.h MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into 2009-07-08 03:09:58 +00:00
spl_dllist.c Fix several recursion problems when var_dump'ing self-referencing objects 2009-08-13 22:07:05 +00:00
spl_dllist.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_engine.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_engine.h - Removed: 2009-03-26 20:02:53 +00:00
spl_exceptions.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_exceptions.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_fixedarray.c - Added missing methods' arginfo (for void params) 2009-07-04 20:28:16 +00:00
spl_fixedarray.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_functions.c - Dropped *_TEXT* macros in favor of unicode macros direct usage 2009-05-25 14:32:15 +00:00
spl_functions.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_heap.c Fix several recursion problems when var_dump'ing self-referencing objects 2009-08-13 22:07:05 +00:00
spl_heap.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_iterators.c - Added MAKE_COPY_ZVAL(ppzv, pzv) macro 2009-12-08 01:57:37 +00:00
spl_iterators.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_observer.c Fix bug #49263 (Offset error when unserializing self-references in SplObjectStorage) 2009-10-06 13:34:56 +00:00
spl_observer.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl.php - Add new classes 2008-07-23 06:07:55 +00:00
TODO Update 2003-12-04 17:45:36 +00:00

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