php-src/ext/spl
Marcus Boerger af316021e8 - Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
  http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
  This is against php-re2c repository version 98
  An older patch against version 97 is available under:
  http://php.net/~helly/php-re2c-97-20080316.diff.txt
2008-03-16 21:06:55 +00:00
..
examples
internal
tests - MFH Fix possible memory corruption 2008-03-13 19:46:44 +00:00
config.m4 MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:39:08 +00:00
config.w32 MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:39:08 +00:00
CREDITS
doxygen.cfg
package.xml
php_spl.c - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
php_spl.h
README
spl_array.c
spl_array.h
spl_directory.c - MFH Fix possible memory corruption 2008-03-13 19:46:44 +00:00
spl_directory.h
spl_dllist.c MFH: Add debug_info handler to SplDoublyLinkedList/Stack/Queue to make them var_dump friendly 2008-02-19 00:04:20 +00:00
spl_dllist.h
spl_engine.c
spl_engine.h
spl_exceptions.c
spl_exceptions.h
spl_functions.c
spl_functions.h
spl_heap.c MFH: Fix #44288 (Move declarations) 2008-02-29 09:26:01 +00:00
spl_heap.h MFH: SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue implementation 2008-02-25 23:39:08 +00:00
spl_iterators.c Fix bug #41828 (Fix crash on wrong instantiation) 2008-03-12 13:34:47 +00:00
spl_iterators.h
spl_observer.c
spl_observer.h
spl_sxe.c
spl_sxe.h
spl.php
TODO

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