php-src/ext/spl
Felipe Pena 8ecf8ede1f - Removed:
- UG(unicode) checks
       - pcre_cache_entry.unicode_mode
- Changed:
       - ZEND_STR_TYPE -> IS_UNICODE
       - convert_to_text -> convert_to_unicode
       - convert_to_text_ex -> convert_to_unicode_ex

(Felipe, Steph)
2009-03-26 20:02:53 +00:00
..
examples Fix #47031 (Fix constants in example) 2009-02-03 12:40:00 +00:00
internal - Add MultipleIterator (Arnaud, Marcus) 2008-07-22 22:54:15 +00:00
tests Add test covering for #47671 2009-03-19 02:46:41 +00:00
config.m4 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
config.w32 Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
CREDITS Implement splDoublyLinkedList, splQueue, splStack classes in SPL 2008-01-15 09:37:50 +00:00
doxygen.cfg - Update RegexIterator 2006-07-20 21:21:20 +00:00
package.xml Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:36:29 +00:00
php_spl.c - Removed: 2009-03-26 20:02:53 +00:00
php_spl.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
README - Update docu 2004-11-01 18:01:06 +00:00
spl_array.c - Removed: 2009-03-26 20:02:53 +00:00
spl_array.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_directory.c - Removed: 2009-03-26 20:02:53 +00:00
spl_directory.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_dllist.c - Removed: 2009-03-26 20:02:53 +00:00
spl_dllist.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_engine.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_engine.h - Removed: 2009-03-26 20:02:53 +00:00
spl_exceptions.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_exceptions.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_fixedarray.c - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_fixedarray.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_functions.c - Removed: 2009-03-26 20:02:53 +00:00
spl_functions.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_heap.c - Removed: 2009-03-26 20:02:53 +00:00
spl_heap.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_iterators.c - Removed: 2009-03-26 20:02:53 +00:00
spl_iterators.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl_observer.c - Removed: 2009-03-26 20:02:53 +00:00
spl_observer.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
spl.php - Add new classes 2008-07-23 06:07:55 +00:00
TODO Update 2003-12-04 17:45:36 +00:00

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