summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* 64-bit fixArd Biesheuvel2004-02-231-2/+2
* Fix (thx Andi)Marcus Boerger2004-02-121-10/+2
* Fix ArrayObjectMarcus Boerger2004-02-122-11/+23
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-122-2/+2
* CleanupMarcus Boerger2004-02-111-3/+1
* wsfoobar2004-02-091-5/+5
* Possible fix for bug #27165.Ilia Alshanetsky2004-02-061-1/+1
* Do not initialize & create vars unless they will be used.Ilia Alshanetsky2004-02-061-3/+3
* API updatesZeev Suraski2004-02-043-11/+11
* UpdateMarcus Boerger2004-01-291-15/+57
* removed experimental statusMarcus Boerger2004-01-281-0/+0
* - Fix second issue with #27042Marcus Boerger2004-01-282-49/+46
* Must use zval* hereMarcus Boerger2004-01-261-4/+5
* Remove test codeMarcus Boerger2004-01-261-1/+0
* Fixed bug #27042 (SPL: SeekableIterator seek() broken).Marcus Boerger2004-01-262-0/+176
* We are in c not c++Marcus Boerger2004-01-261-1/+2
* Show supported classes & interfaces in -i and phpinfo()Marcus Boerger2004-01-253-45/+90
* Update examplesMarcus Boerger2004-01-253-14/+65
* Fix this exampleMarcus Boerger2004-01-231-2/+2
* Builtin recursion protection (by disallow to follow links by default).Marcus Boerger2004-01-231-1/+11
* Fix. Found by adamMarcus Boerger2004-01-231-1/+1
* Add cvs tagsMarcus Boerger2004-01-2011-0/+22
* Fix a warningMarcus Boerger2004-01-201-1/+1
* Prevent shared builds under windows tooMarcus Boerger2004-01-201-0/+3
* default to compiled in to match unix.Wez Furlong2004-01-201-1/+1
* Fix compilation of spl as shared objectFrank M. Kromann2004-01-191-2/+2
* fix typoChristian Stocker2004-01-191-1/+1
* Must be buitinMarcus Boerger2004-01-191-0/+3
* Add spl_sxe to prackageMarcus Boerger2004-01-191-0/+2
* - Being picky :)Derick Rethans2004-01-191-1/+1
* Add spl_sxe.c.Sebastian Bergmann2004-01-191-1/+1
* Rename header to prevent name clashes with external filesMarcus Boerger2004-01-181-1/+1
* Not neededMarcus Boerger2004-01-181-7/+0
* Fix problems with manual iterationMarcus Boerger2004-01-182-4/+98
* Add class SimpleXMLIteratorMarcus Boerger2004-01-187-1/+342
* typosTal Peer2004-01-101-2/+2
* Fix dependancyMarcus Boerger2004-01-081-1/+1
* Update copyrightMarcus Boerger2004-01-0812-14/+14
* fix API exportsWez Furlong2003-12-232-1/+13
* don't enable by default; causes simplexml build to failWez Furlong2003-12-191-1/+1
* Add standard file info functions to DirectoryIteratorMarcus Boerger2003-12-132-84/+171
* Show classnameMarcus Boerger2003-12-132-1/+3
* Make these inlineMarcus Boerger2003-12-102-32/+21
* Fix a (single) leakMarcus Boerger2003-12-102-32/+38
* Add missing dtor call.Marcus Boerger2003-12-091-0/+1
* - Initialize for refcounting.Marcus Boerger2003-12-091-3/+3
* Implement CahingIterator and CachingRecursiveIterator as C-code.Marcus Boerger2003-12-084-54/+361
* Use better name for the constantMarcus Boerger2003-12-084-8/+8
* Update examples to new parameter handlingMarcus Boerger2003-12-081-1/+1
* Use a single bit field for the flags hereMarcus Boerger2003-12-074-13/+15