summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.c
Commit message (Expand)AuthorAgeFilesLines
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-13/+13
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-3/+3
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* Merge branch 'PHP-7.2'Xinchen Hui2018-05-231-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-05-231-1/+1
| |\
| | * Fixed bug #76367 (NoRewindIterator segfault 11)Xinchen Hui2018-05-231-1/+1
* | | Merge branch 'PHP-7.2'Joe Watkins2018-03-271-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-03-271-2/+2
| |\ \ | | |/
| | * Fix #76131 some arginfo params are different from the documentationGabriel Caruso2018-03-271-3/+3
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Improve HashTable iterators handling:Dmitry Stogov2018-03-221-2/+2
* | | Remove return types from some magic method in protosGabriel Caruso2018-03-091-2/+2
* | | Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-1/+2
* | | Use HT_FLAGS() macroDmitry Stogov2018-01-221-1/+1
* | | Avoid useless duplicationDmitry Stogov2018-01-191-2/+6
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-221-0/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-221-0/+9
| |\ \ | | |/
| | * Fixed bug #73209Nikita Popov2017-12-221-0/+9
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-221-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-221-4/+4
| |\ \ | | |/
| | * Fixed bug #75242Nikita Popov2017-12-221-4/+4
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-221-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-12-221-0/+1
| |\ \ | | |/
| | * Fixed bug #75717Nikita Popov2017-12-221-0/+1
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* | | RC manipulation cleanup 2Xinchen Hui2017-11-021-4/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-3/+3
* | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-181-12/+27
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-181-12/+27
| |\
| | * Fixed #74699 - Broken ArrayIterator unserializingandrewnester2017-07-181-12/+27
* | | Fixes Bug #71412 Incorrect ArrayIterator __construct signatureTyson Andre2017-07-021-4/+34
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-03-101-1/+1
|\ \ | |/
| * 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
* | Fixed bug #74058andrewnester2017-03-091-0/+5
* | 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
|\ \