summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-07-183-5/+8
* Fixed bug #67359 (Segfault in recursiveDirectoryIterator)Xinchen Hui2014-07-183-0/+32
* Fix bug #66127 (Segmentation fault with ArrayObject unset)Stanislav Malyshev2014-07-183-1/+28
* Fix bug #67247 spl_fixedarray_resize integer overflowStanislav Malyshev2014-07-182-1/+14
* Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits s...Xinchen Hui2013-06-091-6/+13
* Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
* Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-262-1/+23
* Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-242-11/+42
* Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-172-1/+27
* Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-303-2/+25
* Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-222-0/+24
* Happy New Year~Xinchen Hui2013-01-0122-22/+22
* MFHXinchen Hui2012-12-131-1/+1
* Remove executable permission on incXinchen Hui2012-10-1040-0/+0
* Remove executable permission on phptXinchen Hui2012-10-10141-0/+0
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-0916-0/+0
* Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all und...Xinchen Hui2012-09-012-32/+88
* Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-232-4/+27
* - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
* missed the test scriptXinchen Hui2012-07-211-0/+15
* Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives...Xinchen Hui2012-07-211-0/+2
* reverted changes for #62477Anatoliy Belsky2012-07-124-45/+2
* Fixed bug #62477 LimitIterator int overflowAnatoliy Belsky2012-07-114-2/+45
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-277-7/+7
* Fixed bug RecursiveArrayIterator does not implement CountableNikita Popov2012-06-192-3/+12
* Fixed bug #62073Xinchen Hui2012-05-245-213/+235
|\
| * Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in di...Reeze Xia2012-05-235-213/+237
|/
* Fix bug 61671 ext\spl\tests\fileobject_003.phpt failsAnatoliy Belsky2012-04-194-35/+43
* Fix bug #61659 Test ext\spl\tests\bug60082.phpt failsAnatoliy Belsky2012-04-101-0/+2
* Fixed problem introduced in a763929 (fixing bug #61347).Gustavo André dos Santos Lopes2012-03-281-1/+1
* Added failing test for ArrayObject::offsetExists().Shein Alexey2012-03-271-0/+10
* Fixed tests that var_dump/print_r DOM objects.Gustavo André dos Santos Lopes2012-03-231-18/+6
* Fixed bug #61482, caused by the fix to bug #61418.Gustavo André dos Santos Lopes2012-03-231-5/+8
* Revert "Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator...Gustavo André dos Santos Lopes2012-03-232-15/+55
* Revert "- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or" -...Stanislav Malyshev2012-03-222-55/+15
* Revert "Fixed reference counting"Dmitry Stogov2012-03-221-2/+2
* Fixed reference countingDmitry Stogov2012-03-221-2/+2
* - Fixed bug #61418 (Segmentation fault when DirectoryIterator's orGustavo André dos Santos Lopes2012-03-182-15/+55
* - Fixed memory leak when calling SplFileInfo's constructor twiceFelipe Pena2012-03-112-1/+19
* Fix testXinchen Hui2012-03-111-0/+2
* Fixed bug #61347 (inconsist isset behavior of Arrayobject)Xinchen Hui2012-03-112-39/+76
* - Fixed bug #61326 (ArrayObject comparison).Gustavo André dos Santos Lopes2012-03-102-0/+43
* Fix bug #60596: Code Cleanup Removing Superfluous If StatementNikita Popov2012-03-041-6/+3
* more verbose skip reason in test files with not so obvious extension requirem...Olivier DOUCET2012-02-251-1/+1
* Fix testEtienne Kneuss2012-02-011-3/+1
* These tests don't work if run as rootRasmus Lerdorf2012-01-082-8/+14
* Make sure gc is enabledRasmus Lerdorf2012-01-081-26/+27
* - Year++Felipe Pena2012-01-0122-22/+22
* Added tests contributions on spl_autoload and stream_context_set_option()Patrick Allaert2011-12-091-0/+18
* fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-1/+10