summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed #74699 - Broken ArrayIterator unserializingandrewnester2017-07-181-12/+27
* Fixed bug #74218 (ArrayIterator error message is confusing)Xinchen Hui2017-03-101-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* 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
* | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
|/
* 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
| | |\
| | | * 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
* | | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-3/+7
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1