summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #49263 (Offset error when unserializing self-references in ↵Etienne Kneuss2009-10-062-1/+55
| | | | SplObjectStorage)
* 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
| | | | | | | | | | | | directories). [DOC] To avoid breaking how existing code works a new constant is introduced for the RecursiveDirectoryIterator() that directs the code to follow symlinks. This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a flag to the constructor to trigger symlink following.
* fix testZoe Slattery2009-07-051-1/+2
|
* MFH:Felipe Pena2009-07-048-240/+275
| | | | | | | | | - Added missing methods' arginfo (for void params) - Fixed arginfos: - MultipleIterator::__construct - MultipleIterator::setFlags (Thanks Philip!) - SplFixedArray::__construct
* 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 ↵Scott MacVicar2009-06-174-0/+82
| | | | pointer isn't at the end
* fix Bug #48541: spl_autoload_register only registers first closure, then ↵Greg Beaver2009-06-132-4/+39
| | | | leaks the others. Fix missing erealloc in fix for bug #40091 (PHP_5_3 only)
* MFH Fix bug #48493 - spl_autoload_register can leave the HT in an ↵Scott MacVicar2009-06-092-0/+27
| | | | | | | inconsistent way. Need to point the second elements previous item to head so we can traverse upwards.
* 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 ↵Etienne Kneuss2009-05-092-17/+34
| | | | CURRENT_AS_PATHNAME)
* 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 ↵Scott MacVicar2009-05-091-3/+17
| | | | segfault
* MFH: Update copyright year + line feedsKalle Sommer Nielsen2009-05-0225-25/+25
|
* - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in ↵Felipe Pena2009-05-011-2/+2
| | | | regexiterator.inc)
* - fix testsSebastian Schürmann2009-04-261-112/+2
| | | | | - output of spl_classes differs from 5_2 to 5_3, changed to is_array
* 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
|