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 4c75c6bf29 - Add new test 20 years ago
..
examples - MFB Make readable 20 years ago
internal - Fix docu 20 years ago
tests - Add new test 20 years ago
CREDITS Add spl extension 23 years ago
README - Update docu 22 years ago
TODO Update 22 years ago
config.m4 - Fix SEGV with AppendIterator when base class constructor was not called 20 years ago
config.w32 - Initial Observer implementation 21 years ago
doxygen.cfg - Include examples in documentation 20 years ago
package.xml Add spl_sxe to prackage 22 years ago
php_spl.c - s/RegExIterator/RegexIterator/ 20 years ago
php_spl.h bump year and license version 20 years ago
spl.php - Need to change a few things to exception based error handling 20 years ago
spl_array.c MF51: fix memory corruptions and leaks when cloning ArrayObjects and ArrayIterators 20 years ago
spl_array.h bump year and license version 20 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 20 years ago
spl_engine.c - Drop dead code 20 years ago
spl_engine.h - Drop dead code 20 years ago
spl_exceptions.c bump year and license version 20 years ago
spl_exceptions.h bump year and license version 20 years ago
spl_functions.c Make spl_register_std_class() and spl_register_sub_class() available outside of SPL, for instance in SPL_Types. 20 years ago
spl_functions.h bump year and license version 20 years ago
spl_iterators.c - Fixed CachingIterator issues with string conversion/__toString() 20 years ago
spl_iterators.h - Fixed CachingIterator issues with string conversion/__toString() 20 years ago
spl_observer.c MF51: fix bug #36898 (__set() leaks in classes extending internal ones) 20 years ago
spl_observer.h bump year and license version 20 years ago
spl_sxe.c - Proto fixes 20 years ago
spl_sxe.h bump year and license version 20 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