Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved the second unlink() to the CLEAN section in the ↵ | Eyal Teutsch | 2010-12-12 | 3 | -0/+12 |
| | | | | SplFileObject_fwrite_variation* tests | ||||
* | Fix bug #52238: Crash when an Exception occured in iterator_to_array | Johannes Schlüter | 2010-07-02 | 2 | -1/+27 |
| | |||||
* | fix SplObjectStorage unserialization (CVE-2010-2225) | Stanislav Malyshev | 2010-06-29 | 3 | -11/+84 |
| | |||||
* | - Fixed bug #52163 (SplFileObject::fgetss() fails due to parameter that ↵ | Felipe Pena | 2010-06-24 | 1 | -1/+6 |
| | | | | can't be set) [already fixed on other branches] | ||||
* | Fix #51374 (Wrongly initialized object properties) | Etienne Kneuss | 2010-04-27 | 2 | -0/+28 |
| | |||||
* | Merge fix for #51532 | Etienne Kneuss | 2010-04-27 | 2 | -2/+15 |
| | |||||
* | Fix #49723 (Skip seek when unnecessary) | Etienne Kneuss | 2010-04-27 | 2 | -1/+17 |
| | |||||
* | Corrected typo in LimitIterator offset exception. Fixes #51119 | Peter Cowburn | 2010-02-22 | 3 | -2/+36 |
| | |||||
* | Backport some SplObjectStorage tests to 5.2 | William Martin | 2010-01-29 | 7 | -0/+215 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 18 | -18/+18 |
| | |||||
* | Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests | William Martin | 2009-12-08 | 19 | -0/+468 |
| | |||||
* | - Fixed bug #50090 (Typo in IteratorIterator constructor) | Felipe Pena | 2009-11-07 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #50018 (Typo in spl_limit_it_seek()) | Felipe Pena | 2009-10-27 | 2 | -2/+2 |
| | |||||
* | Fix #49972 (AppendIterator undefined function crash) | Johannes Schlüter | 2009-10-23 | 2 | -1/+12 |
| | |||||
* | Fix bug #49263 (Offset error when unserializing self-references in ↵ | Etienne Kneuss | 2009-10-06 | 1 | -1/+1 |
| | | | | SplObjectStorage) | ||||
* | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 1 | -0/+29 |
| | |||||
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 13 | -0/+348 |
| | |||||
* | MFH: Fixed bug #44144 & add test | Hannes Magnusson | 2009-07-28 | 3 | -8/+47 |
| | |||||
* | - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference) | Jani Taskinen | 2009-07-23 | 1 | -1/+2 |
| | |||||
* | - Not supposed to be here.. | Jani Taskinen | 2009-07-16 | 1 | -169/+0 |
| | |||||
* | MFB: Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into | Ilia Alshanetsky | 2009-07-08 | 2 | -1/+3 |
| | | | | | symlinked directories). | ||||
* | fix test | Zoe Slattery | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | fix missing erealloc in fix for bug #40091, spl_autoload_register of more ↵ | Greg Beaver | 2009-06-13 | 1 | -0/+1 |
| | | | | than 1 copy of the same method in different objects | ||||
* | Commiting testfest tests from tek | Zoe Slattery | 2009-06-03 | 12 | -0/+204 |
| | |||||
* | MFH: Better fix for #45622 (patch by robinf at php do net) | Arnaud Le Blanc | 2009-05-21 | 3 | -7/+37 |
| | |||||
* | - New tests (testfet LondonUG) | Felipe Pena | 2009-05-17 | 33 | -0/+1035 |
| | |||||
* | MFB: Fixed bug #45622 (isset($arrayObject->p) misbehaves with | Arnaud Le Blanc | 2009-05-14 | 6 | -13/+60 |
| | | | | | ArrayObject::ARRAY_AS_PROPS set) | ||||
* | MFB: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st | Arnaud Le Blanc | 2009-05-14 | 2 | -6/+62 |
| | | | | | private prop of wrapped object) | ||||
* | Add test for bug #47534 | Etienne Kneuss | 2009-05-09 | 1 | -0/+14 |
| | |||||
* | MFH Fix bug #48206 - Iterating over an invalid data structure leads to a ↵ | Scott MacVicar | 2009-05-09 | 1 | -2/+12 |
| | | | | segfault | ||||
* | MFH: Update copyright year + line feeds | Kalle Sommer Nielsen | 2009-05-02 | 20 | -20/+20 |
| | |||||
* | - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in ↵ | Felipe Pena | 2009-05-01 | 1 | -2/+2 |
| | | | | regexiterator.inc) | ||||
* | - fixes to tests | Sebastian Schürmann | 2009-04-26 | 1 | -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 import | Sebastian Schürmann | 2009-04-25 | 1 | -0/+123 |
| | |||||
* | MFH: Use an obscure name | Hannes Magnusson | 2009-04-06 | 1 | -2/+2 |
| | |||||
* | - MFH: Added missing "return;" | Felipe Pena | 2009-01-20 | 2 | -2/+5 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 18 | -18/+18 |
| | |||||
* | MFH: Fix proto | Hannes Magnusson | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | - Fix skip conditions | Jani Taskinen | 2008-11-01 | 2 | -7/+3 |
| | |||||
* | MFB: Fix #46317 (Iterator class not properly checked) | Etienne Kneuss | 2008-10-19 | 3 | -25/+7 |
| | |||||
* | revert the patch, it's not needed in this branch | Antony Dovgal | 2008-10-18 | 1 | -2/+0 |
| | |||||
* | MFH: fix memleak | Antony Dovgal | 2008-10-17 | 1 | -0/+2 |
| | |||||
* | missed one! | Zoe Slattery | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Replacing explicit object ID with %d | Zoe Slattery | 2008-10-17 | 1 | -3/+3 |
| | |||||
* | Committing for Robin Fernandes | Zoe Slattery | 2008-10-17 | 43 | -0/+3473 |
| | |||||
* | MFH: bug #46115 (Fixes nothing in 5.2, but sync code) | Etienne Kneuss | 2008-10-06 | 2 | -2/+17 |
| | |||||
* | Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix ↵ | Etienne Kneuss | 2008-10-05 | 2 | -6/+44 |
| | | | | EG(uninitialized_zval_ptr) overwrite) | ||||
* | - MFH: Fixed bug #46088 (RegexIterator::accept - segfault) | Felipe Pena | 2008-09-22 | 2 | -0/+15 |
| | |||||
* | MFH: Fixed #46053 (SplFileObject::seek - Endless loop) | Arnaud Le Blanc | 2008-09-11 | 2 | -1/+15 |
| | |||||
* | MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap) | Arnaud Le Blanc | 2008-09-11 | 2 | -0/+15 |
| |