summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest)Xinchen Hui2016-12-091-5/+0
* Revert "Refix bug #73686"Xinchen Hui2016-12-091-0/+5
* Refix bug #73686Xinchen Hui2016-12-091-5/+0
* Fixed bug #73686 (Adding settype()ed values to ArrayObject results in referen...Xinchen Hui2016-12-091-0/+5
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-121-2/+3
|\
| * Merge branch 'PHP-7.0.11' into PHP-7.0Stanislav Malyshev2016-09-121-2/+3
| |\
| | * Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-121-2/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-6/+0
|\ \ \ | |/ /
| * | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
| |/
* | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+1
|\ \
| * | E_RECOVERABLE_ERROR -> thrown ErrorAaron Piotrowski2016-06-141-1/+1
| |/
* | Fixed compilation warningsDmitry Stogov2016-06-221-2/+3
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-6/+6
|/
* Fix bug #71334Nikita Popov2016-03-301-15/+30
* Fixed bug #62059Nikita Popov2016-03-201-6/+15
* Fix construction of AO with overloaded object errorNikita Popov2016-02-241-6/+8
* Fix AO object properties separationNikita Popov2016-02-241-8/+13
* Forbid exchangeArray() during sortingNikita Popov2016-02-241-0/+5
* Fix leak on assignment to illegal AO offsetNikita Popov2016-02-241-7/+5
* Don't use ht applyCount for AO sorting protectionNikita Popov2016-02-241-34/+18
* Remove recursion checks from AO get_propertiesNikita Popov2016-02-241-9/+1
* Remove check_std_props arg from get_hash_tableNikita Popov2016-02-221-39/+44
* Don't recurse into USE_OTHER checking STD_PROP_LISTNikita Popov2016-02-221-1/+1
* Fix typo in previous commitNikita Popov2016-02-221-1/+1
* Fix ArrayObject clone for certain USE_OTHER casesNikita Popov2016-02-221-1/+2
* Use USE_OTHER for ArrayIterator cloningNikita Popov2016-02-221-1/+2
* Fixed bug #71311: Use-after-free vulnerability in SPL(ArrayObject, unserialize)Stanislav Malyshev2016-01-171-0/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * 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
* | Superfluous semicolonXinchen Hui2015-12-241-1/+1
* | Fixed bug #71153Nikita Popov2015-12-171-0/+4
* | The first arg is optionalXinchen Hui2015-12-101-3/+3
* | Fixed bug #71077 (ReflectionMethod for ArrayObject constructor returns wrong ...Xinchen Hui2015-12-101-1/+3
* | Missed one placeXinchen Hui2015-12-041-1/+5
* | Fixed bug #71028 (Undefined index with ArrayIterator)Xinchen Hui2015-12-041-2/+14
* | Make necessary separation (it might be possible to fix this in a better way, ...Dmitry Stogov2015-09-251-1/+9
* | Cleanup: avoid useless array duplicationDmitry Stogov2015-09-251-3/+1
* | CleanupDmitry Stogov2015-09-251-7/+2
* | Cleanup: removed old commented codeDmitry Stogov2015-09-221-5/+0
* | Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-0/+1
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-191-2/+2
|\ \ | |/
| * Fix #70303: Incorrect constructor reflection for ArrayObjectChristoph M. Becker2015-08-191-2/+2
* | fix mergeStanislav Malyshev2015-08-041-12/+8
* | fix mergeStanislav Malyshev2015-08-041-5/+2
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-0/+6
|\ \ | |/
| * 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
| | |\