summaryrefslogtreecommitdiff
path: root/ext/spl/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #67539 (ArrayIterator use-after-free due to object change during so...Xinchen Hui2014-07-241-0/+15
* Fixed Bug #67538 (SPL Iterators use-after-free)Xinchen Hui2014-07-241-0/+17
* Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-06-211-1/+4
* Fix bug #66127 (Segmentation fault with ArrayObject unset)php-5.4.30RC1Stanislav Malyshev2014-06-102-0/+27
* Fixed bug #67359 (Segfault in recursiveDirectoryIterator)Xinchen Hui2014-06-011-0/+28
* Check for zero-length keys in spl_array_skip_protected and don't skip them.Adam Harvey2014-05-291-0/+34
* Fix bug #67247 spl_fixedarray_resize integer overflowStanislav Malyshev2014-05-111-0/+13
* fix tests broken by 633f898f1520253d3530fe91fc82f68bca7c4627Ferenc Kovacs2014-02-271-1/+1
* Fixed testsDmitry Stogov2013-12-022-10/+10
* fix many parallel test issuesptarjan2013-11-064-12/+12
* Cleanup temp test fileChristopher Jones2013-11-061-0/+4
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* This test will only work if gc is enabledRasmus Lerdorf2013-08-021-0/+2
* Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-251-0/+348
* typo fixesVeres Lajos2013-07-156-6/+6
* Add a __wakeup() method to SplFixedArray, thereby fixing serialising anAdam Harvey2013-06-281-0/+52
* - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k a...Felipe Pena2013-06-251-0/+31
* Fixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)...Xinchen Hui2013-06-251-0/+11
* Merge branch 'pull-request/320'Stanislav Malyshev2013-06-172-8/+8
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-4/+4
* Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-02-261-0/+22
|\
| * Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-261-0/+22
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-02-241-0/+29
|\ \ | |/
| * Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-241-0/+29
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-02-171-0/+25
|\ \ | |/
| * Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-171-0/+25
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2013-01-301-0/+15
|\ \ | |/
| * Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-301-0/+15
* | Merge branch 'bug64023' into PHP-5.4Gustavo Lopes2013-01-221-0/+20
|\ \ | |/
| * Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-221-0/+20
* | Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."Adam Harvey2013-01-151-5/+5
* | Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.Adam Harvey2013-01-151-5/+5
* | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-051-0/+16
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-103-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-103-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-10139-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-10140-0/+0
* | Fixed bug #63184 test (ext/spl/tests/RecursiveDirectoryIterator_getSubPathna...Xinchen Hui2012-10-011-1/+1
* | Fix testXinchen Hui2012-10-011-2/+0
* | Remove meaningless md5 string && Attempt to fix #63184Xinchen Hui2012-09-292-31/+29
* | fix unix/win dir separatorsAnatoliy Belsky2012-09-272-11/+11
* | Merging PR #116Lars Strojny2012-09-182-0/+110
* | Remove extra blank in notice message, should act as same as vmXinchen Hui2012-09-0116-48/+48
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-011-0/+50
|\ \ | |/
| * Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all und...Xinchen Hui2012-09-011-0/+50
| * Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-231-0/+19
| * missed the test scriptXinchen Hui2012-07-211-0/+15
* | Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-231-0/+19
* | Implemented FR #62840 (Add sort flag to ArrayObject::ksort)Xinchen Hui2012-08-212-6/+40
* | more test script for #62328Xinchen Hui2012-08-131-0/+24