summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #67539 (ArrayIterator use-after-free due to object change during so...Xinchen Hui2014-07-241-0/+7
* Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-06-211-1/+1
* Fix bug #66127 (Segmentation fault with ArrayObject unset)php-5.4.30RC1Stanislav Malyshev2014-06-101-1/+1
* Check for zero-length keys in spl_array_skip_protected and don't skip them.Adam Harvey2014-05-291-1/+8
* Bump yearXinchen Hui2014-01-031-1/+1
* Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-251-1/+1
* - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k a...Felipe Pena2013-06-251-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-02-261-1/+1
|\
| * Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-261-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2013-01-301-1/+5
|\ \ | |/
| * Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-301-1/+5
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* | Remove extra blank in notice message, should act as same as vmXinchen Hui2012-09-011-7/+7
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-011-37/+37
|\ \ | |/
| * Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all und...Xinchen Hui2012-09-011-32/+38
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
| * Fixed bug RecursiveArrayIterator does not implement CountableNikita Popov2012-06-191-3/+2
* | Implemented FR #62840 (Add sort flag to ArrayObject::ksort)Xinchen Hui2012-08-211-16/+30
* | Fixed bug #61527 (Recursive/ArrayIterator gives misleading notice when array ...Stanislav Malyshev2012-07-141-55/+34
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2012-06-191-3/+2
|\ \
| * | Fixed bug RecursiveArrayIterator does not implement CountableNikita Popov2012-06-191-3/+2
| |/
* | Merge branch '5.3' into 5.4Gustavo André dos Santos Lopes2012-03-281-1/+1
|\ \ | |/
| * Fixed problem introduced in a763929 (fixing bug #61347).Gustavo André dos Santos Lopes2012-03-281-1/+1
| * Fixed bug #61347 (inconsist isset behavior of Arrayobject)Xinchen Hui2012-03-111-39/+36
| * - Fixed bug #61326 (ArrayObject comparison).Gustavo André dos Santos Lopes2012-03-101-0/+26
| * - Year++Felipe Pena2012-01-011-1/+1
| * fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-1/+10
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-101-4/+18
| * - Added missing void arg checksFelipe Pena2010-11-141-1/+49
| * Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefa...Dmitry Stogov2010-05-131-8/+49
* | Fixed bug #61347 (inconsist isset behavior of Arrayobject)Xinchen Hui2012-03-111-38/+35
* | - Fixed bug #61326 (ArrayObject comparison).Gustavo André dos Santos Lopes2012-03-101-0/+26
* | - Year++Felipe Pena2012-01-011-1/+1
* | fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-1/+10
* | Fix CID 538/539, explicitely check for something that should never occurEtienne Kneuss2011-08-121-4/+10
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
* | Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash)Dmitry Stogov2011-04-071-1/+28
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-101-4/+18
* | - Added missing void arg checksFelipe Pena2010-11-141-0/+48
* | Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-261-167/+53
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-1/+17
* | Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefa...Dmitry Stogov2010-05-131-8/+49
* | Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-16/+15
|/