summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Collapse)AuthorAgeFilesLines
* moved the second unlink() to the CLEAN section in the ↵Eyal Teutsch2010-12-123-0/+12
| | | | SplFileObject_fwrite_variation* tests
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-022-1/+27
|
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-293-11/+84
|
* - Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that ↵Felipe Pena2010-06-241-1/+6
| | | | can't be set) [already fixed on other branches]
* Fix #51374 (Wrongly initialized object properties)Etienne Kneuss2010-04-272-0/+28
|
* Merge fix for #51532Etienne Kneuss2010-04-272-2/+15
|
* Fix #49723 (Skip seek when unnecessary)Etienne Kneuss2010-04-272-1/+17
|
* Corrected typo in LimitIterator offset exception. Fixes #51119Peter Cowburn2010-02-223-2/+36
|
* Backport some SplObjectStorage tests to 5.2William Martin2010-01-297-0/+215
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0318-18/+18
|
* Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator testsWilliam Martin2009-12-0819-0/+468
|
* - 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 ↵Etienne Kneuss2009-10-061-1/+1
| | | | SplObjectStorage)
* The last of the 2009 testfest testsZoe Slattery2009-08-301-0/+29
|
* Test from 2009 testfestZoe Slattery2009-08-2613-0/+348
|
* MFH: Fixed bug #44144 & add testHannes Magnusson2009-07-283-8/+47
|
* - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference)Jani Taskinen2009-07-231-1/+2
|
* - Not supposed to be here..Jani Taskinen2009-07-161-169/+0
|
* MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend intoIlia Alshanetsky2009-07-082-1/+3
| | | | | symlinked directories).
* fix testZoe Slattery2009-07-051-1/+1
|
* fix missing erealloc in fix for bug #40091, spl_autoload_register of more ↵Greg Beaver2009-06-131-0/+1
| | | | than 1 copy of the same method in different objects
* Commiting testfest tests from tekZoe Slattery2009-06-0312-0/+204
|
* 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-1733-0/+1035
|
* MFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves withArnaud Le Blanc2009-05-146-13/+60
| | | | | ArrayObject::ARRAY_AS_PROPS set)
* MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1stArnaud Le Blanc2009-05-142-6/+62
| | | | | private prop of wrapped object)
* Add test for bug #47534Etienne Kneuss2009-05-091-0/+14
|
* MFH Fix bug #48206 - Iterating over an invalid data structure leads to a ↵Scott MacVicar2009-05-091-2/+12
| | | | segfault
* MFH: Update copyright year + line feedsKalle Sommer Nielsen2009-05-0220-20/+20
|
* - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in ↵Felipe Pena2009-05-011-2/+2
| | | | regexiterator.inc)
* - fixes to testsSebastian Schürmann2009-04-261-112/+2
| | | | | | | | - spl_classes only checks for is_array(), the output in 5_3_0 and 5_2_0 is very different, test will run this way in 5.2 and 5.3 w.o. problems - call user method recognizes the different errormessage in 5_2_0 now - the php_sap_name_variation001 check now goes for cgi instead of the cgi-fcgi output string
* Initial importSebastian Schürmann2009-04-251-0/+123
|
* MFH: Use an obscure nameHannes Magnusson2009-04-061-2/+2
|
* - MFH: Added missing "return;"Felipe Pena2009-01-202-2/+5
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3118-18/+18
|
* MFH: Fix protoHannes Magnusson2008-11-301-1/+1
|
* - Fix skip conditionsJani Taskinen2008-11-012-7/+3
|
* MFB: Fix #46317 (Iterator class not properly checked)Etienne Kneuss2008-10-193-25/+7
|
* revert the patch, it's not needed in this branchAntony Dovgal2008-10-181-2/+0
|
* MFH: fix memleakAntony Dovgal2008-10-171-0/+2
|
* missed one!Zoe Slattery2008-10-171-1/+1
|
* Replacing explicit object ID with %dZoe Slattery2008-10-171-3/+3
|
* Committing for Robin FernandesZoe Slattery2008-10-1743-0/+3473
|
* MFH: bug #46115 (Fixes nothing in 5.2, but sync code)Etienne Kneuss2008-10-062-2/+17
|
* Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix ↵Etienne Kneuss2008-10-052-6/+44
| | | | EG(uninitialized_zval_ptr) overwrite)
* - MFH: Fixed bug #46088 (RegexIterator::accept - segfault)Felipe Pena2008-09-222-0/+15
|
* MFH: Fixed #46053 (SplFileObject::seek - Endless loop)Arnaud Le Blanc2008-09-112-1/+15
|
* MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)Arnaud Le Blanc2008-09-112-0/+15
|