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.
 
 
 
 
 
 
Marcus Boerger 359dace679 - Add spl_object_hash() 20 years ago
..
examples - Make recursive part and identical part work correct 20 years ago
internal - Fix docu 21 years ago
tests - Add spl_object_hash() 20 years ago
CREDITS Add spl extension 24 years ago
README - Update docu 22 years ago
TODO Update 23 years ago
config.m4 - Fix SEGV with AppendIterator when base class constructor was not called 21 years ago
config.w32 - Initial Observer implementation 22 years ago
doxygen.cfg - Include examples in documentation 21 years ago
package.xml Add spl_sxe to prackage 23 years ago
php_spl.c - Add spl_object_hash() 20 years ago
php_spl.h bump year and license version 21 years ago
spl.php - Need to change a few things to exception based error handling 21 years ago
spl_array.c - Micro optimization 20 years ago
spl_array.h bump year and license version 21 years ago
spl_directory.c Remove ZSTR() from stream macros. Calling function must apply this macro 20 years ago
spl_directory.h - Revert left-over 21 years ago
spl_engine.c - Drop dead code 21 years ago
spl_engine.h - Drop dead code 21 years ago
spl_exceptions.c bump year and license version 21 years ago
spl_exceptions.h bump year and license version 21 years ago
spl_functions.c - Use engine call to register interfaces (steph) 20 years ago
spl_functions.h bump year and license version 21 years ago
spl_iterators.c MFB: plug a leak 20 years ago
spl_iterators.h - Add function iterator_apply() 20 years ago
spl_observer.c MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 21 years ago
spl_observer.h bump year and license version 21 years ago
spl_sxe.c - Proto fixes 21 years ago
spl_sxe.h bump year and license version 21 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