summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* 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-87/+247
* Addref on clone as wellEtienne Kneuss2009-08-021-0/+1
* fix testAntony Dovgal2009-08-021-2/+2
* 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
* Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinkedIlia Alshanetsky2009-07-082-1/+3
* fix testZoe Slattery2009-07-051-1/+2
* MFH:Felipe Pena2009-07-048-240/+275
* MFH: spl_autoload_unregister/spl_autoload_functions and closuresChristian Seiler2009-06-304-14/+141
* Fixed bug #48643 (String functions memory issue)Dmitry Stogov2009-06-241-2/+23
* MFH: Fix build problem (Kalle)Johannes Schlüter2009-06-231-1/+3
* MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator p...Scott MacVicar2009-06-174-0/+82
* fix Bug #48541: spl_autoload_register only registers first closure, then leak...Greg Beaver2009-06-132-4/+39
* MFH Fix bug #48493 - spl_autoload_register can leave the HT in an inconsisten...Scott MacVicar2009-06-092-0/+27
* MFH: Include other flags as wellEtienne Kneuss2009-06-042-3/+4
* Commiting testfest tests from tekZoe Slattery2009-06-0312-0/+204
* - New tests (testfest NorthWestUG)Felipe Pena2009-05-23104-0/+2055
* - MFH: Added missing param checksFelipe Pena2009-05-231-1/+20
* MFH: Better fix for #45622 (patch by robinf at php do net)Arnaud Le Blanc2009-05-213-7/+37
* - New tests (testfet LondonUG)Felipe Pena2009-05-1760-0/+1566
* MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring CURRENT...Etienne Kneuss2009-05-092-17/+34
* MFH 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
* MFH Fix bug #48206 - Iterating over an invalid data structure leads to a segf...Scott MacVicar2009-05-091-3/+17
* MFH: Update copyright year + line feedsKalle Sommer Nielsen2009-05-0225-25/+25
* - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in regexi...Felipe Pena2009-05-011-2/+2
* - fix testsSebastian Schürmann2009-04-261-112/+2
* Initial commitSebastian Schürmann2009-04-251-0/+123
* MFH: Fix #48023 (spl_autoload_register didn't store closures)Etienne Kneuss2009-04-202-0/+22
* MFH: Use obscure nameHannes Magnusson2009-04-061-2/+2
* MFH: Fix #47231 (offsetGet error using incorrect offset)Etienne Kneuss2009-03-191-1/+1
* MFH: Add test covering for #47671Etienne Kneuss2009-03-191-0/+30
* MFH: Fix #47671 (cloning SplObjectStorage instances)Etienne Kneuss2009-03-191-75/+106
* - MFH Safer flag handling as requested by GregMarcus Boerger2009-03-101-21/+23
* MFH: Fix #47031 (Fix constants in example)Etienne Kneuss2009-02-031-9/+6
* - fix buildPierre Joye2009-01-271-0/+3
* fix compile warningAntony Dovgal2009-01-271-1/+1
* MFH: Improve spl_object_hash()Etienne Kneuss2009-01-262-19/+35
* - MFH: Added missing "return;"Felipe Pena2009-01-202-2/+5
* MFH: Add tests for addAll/RemoveAllEtienne Kneuss2009-01-171-0/+35
* MFH: Implement SplObjectStorage::addAll/removeAllEtienne Kneuss2009-01-161-1/+59
* MFH: Fix #47045 (Correctly compare splobjectstorages with ==)Etienne Kneuss2009-01-142-1/+50
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3122-22/+22
* MFH: Fix #45820 (Empty ArrayObject keys not allowed)Etienne Kneuss2008-12-302-4/+0