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.
 
 
 
 
 
 
Peter Cowburn 9b86852d6e add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201) 14 years ago
..
examples - remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ 15 years ago
internal Fix common typos in the source code (Reported in Bug #54065) 15 years ago
tests add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201) 14 years ago
CREDITS Implement splDoublyLinkedList, splQueue, splStack classes in SPL 18 years ago
README - Update docu 22 years ago
TODO Update 23 years ago
config.m4 MFH: Fix #45976 (Move SXE from SPL to SimpleXML) 18 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 - Reverted changes that required constructor overrides to invoke the parent 14 years ago
php_spl.h - Reverted changes that required constructor overrides to invoke the parent 14 years ago
spl.php - MFH Add new classes 18 years ago
spl_array.c Fix CID 538/539, explicitely check for something that should never occur 15 years ago
spl_array.h - Year++ 15 years ago
spl_directory.c add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #60201) 14 years ago
spl_directory.h Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY) 15 years ago
spl_dllist.c - Make usage of new PHP_FE_END macro 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 Fix CID 1211, unused intern variable 15 years ago
spl_fixedarray.h - Year++ 15 years ago
spl_functions.c Added missing class_uses(..) function to SPL to mirror class_implements(..). 15 years ago
spl_functions.h Added missing class_uses(..) function to SPL to mirror class_implements(..). 15 years ago
spl_heap.c - Year++ 15 years ago
spl_heap.h - Year++ 15 years ago
spl_iterators.c - Reverted changes that required constructor overrides to invoke the parent 14 years ago
spl_iterators.h added (recursive)callbackfilteriterator to spl_classes() (bug #55287) 15 years ago
spl_observer.c Sizeof mismatch 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