summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Fixed bug #70852 Segfault getting NULL offset of an ArrayObject.Reeze Xia2015-11-051-2/+2
* Do not edit the zval cause it might be in shared memoryXinchen Hui2015-10-031-6/+12
* Fix #70303: Incorrect constructor reflection for ArrayObjectChristoph M. Becker2015-08-191-2/+2
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-2/+9
|\
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-2/+9
| |\
| | * Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArra...Stanislav Malyshev2015-08-011-0/+3
| | * Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items)Stanislav Malyshev2015-07-261-43/+47
| | * Fixed bug #67539 (ArrayIterator use-after-free due to object change during so...Xinchen Hui2014-07-241-0/+7
| * | Bump yearXinchen Hui2015-01-151-1/+1
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-021-0/+7
|\ \ \ | |/ /
| * | Fixed bug #67539 (ArrayIterator use-after-free due to object change during so...Xinchen Hui2014-07-021-0/+7
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-241-1/+1
| |\ \ | | |/
| | * 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
* | | Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-06-241-1/+1
* | | Fix Request #67453 Allow to unserialize empty data.Remi Collet2014-06-171-1/+0
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-06-101-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-101-1/+1
| |\ \
| | * | Fix bug #66127 (Segmentation fault with ArrayObject unset)Stanislav Malyshev2014-06-101-1/+1
| | |/
* | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-05-291-1/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-05-291-1/+8
| |\ \ | | |/
| | * 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
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Prevent recursion in ZF2 Parameters classTjerk Meesters2014-05-161-12/+5
* | | Call offsetGet() when called with isset() on ArrayObject derivativesTjerk Meesters2014-03-251-38/+54
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-141-1/+1
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-141-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-07-251-1/+1
|\ \ | |/
| * Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-251-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-251-1/+1
|\ \ | |/
| * - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k a...Felipe Pena2013-06-251-1/+1
* | Forgot to remove some now unused variablesNikita Popov2013-03-121-3/+0
* | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-15/+6
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-02-261-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
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for readStanislav Malyshev2013-02-181-44/+44
* | | Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-301-1/+5
* | | 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