summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #50090 (Typo in IteratorIterator constructor)Felipe Pena2009-11-071-1/+1
* - Fixed bug #50018 (Typo in spl_limit_it_seek())Felipe Pena2009-10-272-2/+2
* Fix #49972 (AppendIterator undefined function crash)Johannes Schlüter2009-10-232-1/+12
* Fix bug #49263 (Offset error when unserializing self-references in SplObjectS...Etienne Kneuss2009-10-062-1/+55
* Fixed ext/spl/tests/arrayObject_magicMethods2.phptDmitry Stogov2009-09-221-0/+1
* nuke duplicated testsAntony Dovgal2009-08-315-97/+0
* The last of the 2009 testfest testsZoe Slattery2009-08-302-0/+45
* More tests from 2009 testfestZoe Slattery2009-08-285-0/+97
* Test from 2009 testfestZoe Slattery2009-08-2613-0/+348
* Fix several recursion problems when var_dump'ing self-referencing objectsEtienne Kneuss2009-08-138-88/+249
* Addref on clone as wellEtienne Kneuss2009-08-021-0/+1
* fix testAntony Dovgal2009-08-021-2/+2
* - Fixed memleak on SplFileInfo::getLinkTarget()Felipe Pena2009-07-291-2/+5
* MFH: Fixed bug #44144 & add testHannes Magnusson2009-07-281-0/+27
* - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference)Jani Taskinen2009-07-231-1/+2
* - Sync proto with 5.3Felipe Pena2009-07-201-1/+1
* MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend intoIlia Alshanetsky2009-07-082-1/+3
* fix testZoe Slattery2009-07-051-1/+1
* - Added missing methods' arginfo (for void params)Felipe Pena2009-07-048-241/+276
* Fixed bug #48643 (String functions memory issue)Dmitry Stogov2009-06-241-14/+30
* Fix build problem (Kalle)Johannes Schlüter2009-06-231-1/+3
* - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures andChristian Seiler2009-06-224-18/+155
* Update test to test a few more cases and another for calling prev() on a blan...Scott MacVicar2009-06-172-8/+27
* Add SplDoublyLinkedList::prev(), no point in having a DLL that only goes one wayScott MacVicar2009-06-173-0/+63
* fix Bug #48541: spl_autoload_register only registers first closure, then leak...Greg Beaver2009-06-132-0/+43
* Fix exception messageHannes Magnusson2009-06-101-1/+1
* Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way.Scott MacVicar2009-06-092-0/+27
* Include other flags as wellEtienne Kneuss2009-06-042-3/+4
* Commiting testfest tests from tekZoe Slattery2009-06-0311-0/+186
* - Dropped *_TEXT* macros in favor of unicode macros direct usageFelipe Pena2009-05-255-8/+8
* - New tests (testfest NorthWestUG)Felipe Pena2009-05-23104-0/+2055
* - Added missing param checksFelipe Pena2009-05-231-1/+20
* Better fix for #45622 (patch by robinf at php do net)Arnaud Le Blanc2009-05-213-7/+37
* - New tests (testfest LondonUG)Felipe Pena2009-05-1760-0/+1566
* Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT_AS_P...Etienne Kneuss2009-05-092-18/+36
* Broken test when you have a snapshot as it relies on CVSScott MacVicar2009-05-091-1/+1
* Fix bug #48206 againScott MacVicar2009-05-091-1/+3
* Fix bug #48206 - Iterating over an invalid data structure leads to a segfaultScott MacVicar2009-05-091-4/+17
* Fix typoKalle Sommer Nielsen2009-05-021-1/+1
* Update copyright year + line feedsKalle Sommer Nielsen2009-05-0225-25/+25
* - Fixed bug #48120 (Implementing abstract class FilterIterator in regexiterat...Felipe Pena2009-05-011-2/+2
* - fixing spl_classes test here as wellSebastian Schürmann2009-04-271-112/+2
* Fix memleakArnaud Le Blanc2009-04-251-9/+2
* MFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line forArnaud Le Blanc2009-04-251-1/+16
* Initial importSebastian Schürmann2009-04-251-0/+123
* Fix #48023 (spl_autoload_register didn't store closures)Etienne Kneuss2009-04-202-0/+22
* Use an obscure nameHannes Magnusson2009-04-061-2/+2
* - Removed:Felipe Pena2009-03-269-84/+57
* Fix #47231 (offsetGet error using incorrect offset)Etienne Kneuss2009-03-191-1/+1
* Add test covering for #47671Etienne Kneuss2009-03-191-0/+30