You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Etienne Kneuss 0909cafc7d Fix crash 15 years ago
..
examples MFH: Fix #47031 (Fix constants in example) 17 years ago
internal Fix common typos in the source code (Reported in Bug #54065) 15 years ago
tests Fix #48860 Implement Serialization for DLL 15 years ago
CREDITS Implement splDoublyLinkedList, splQueue, splStack classes in SPL 18 years ago
README - Update docu 21 years ago
TODO Update 22 years ago
config.m4 MFH: Fix #45976 (Move SXE from SPL to SimpleXML) 17 years ago
config.w32 - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd 15 years ago
doxygen.cfg - Update RegexIterator 20 years ago
package.xml Fix dependancy 22 years ago
php_spl.c - Improved upon r309729. 15 years ago
php_spl.h - Fixed bug #54384: Several SPL classes crash when parent constructor is 15 years ago
spl.php - MFH Add new classes 18 years ago
spl_array.c Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash) 15 years ago
spl_array.h - Year++ 15 years ago
spl_directory.c - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 15 years ago
spl_directory.h - Year++ 15 years ago
spl_dllist.c Fix crash 15 years ago
spl_dllist.h - Year++ 15 years ago
spl_engine.c - Year++ 15 years ago
spl_engine.h - Year++ 15 years ago
spl_exceptions.c - Year++ 15 years ago
spl_exceptions.h - Year++ 15 years ago
spl_fixedarray.c - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cause hard crash) 15 years ago
spl_fixedarray.h - Year++ 15 years ago
spl_functions.c - Year++ 15 years ago
spl_functions.h - Year++ 15 years ago
spl_heap.c - Year++ 15 years ago
spl_heap.h - Year++ 15 years ago
spl_iterators.c Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on true) 15 years ago
spl_iterators.h Added CallbackFilterIterator and RecursiveCallbackFilterIterator classes 15 years ago
spl_observer.c - Drop C++ style comments 15 years ago
spl_observer.h - Year++ 15 years ago

README

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