summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-071-5/+5
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-11-071-4/+4
| |\
| | * Fixed bug #78759Nikita Popov2019-11-071-4/+4
* | | Check for exception after calling count_values()Nikita Popov2019-09-171-0/+3
* | | Deprecate array_key_exists() on objectsNikita Popov2019-07-221-0/+3
* | | Optimize integer in_array with strict=trueNikita Popov2019-07-051-12/+30
* | | Remove HAVE_STRCOLL checkPeter Kokot2019-06-281-10/+0
* | | Fix overflow UB in range()Nikita Popov2019-06-191-3/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-06-071-10/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-06-071-10/+10
| |\ \ | | |/
| | * Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)Dmitry Stogov2019-06-071-42/+28
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-2/+7
* | | Avoid double copyingDmitry Stogov2019-05-281-26/+25
* | | Allow array_merge() / array_merge_recursive() without argumentsDik Takken2019-05-281-3/+7
* | | Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-15/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-231-1/+1
|\ \ \ | |/ /
| * | Fixed bug #77931Nikita Popov2019-04-231-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-161-0/+1
|\ \ \ | |/ /
| * | Fix HT flags copying wrt iterator countNikita Popov2019-04-161-0/+1
| * | Fixed bug #77793Nikita Popov2019-03-251-10/+14
* | | Fixed bug #74345Nikita Popov2019-03-201-0/+12
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-281-13/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-281-13/+11
| |\ \ | | |/
| | * Fixed bug #77669Nikita Popov2019-02-281-13/+11
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-18/+30
* | | Fix ZEND_NORMALIZE_BOOL usageNikita Popov2019-01-021-1/+1
* | | Merge branch 'PHP-7.3'Xinchen Hui2019-01-021-4/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2019-01-021-4/+5
| |\ \ | | |/
| | * Fixed bug #77395 (segfault about array_multisort)Xinchen Hui2019-01-021-4/+5
| * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Split php_array_merge_or_replace_wrapper() into php_array_merge_wrapper() and...Dmitry Stogov2018-12-111-73/+113
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-4/+4
* | | Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* | | Classify object handlers are required/optionalNikita Popov2018-10-161-4/+0
* | | Restore array_key_exists() compatibility for ArrayObjectNikita Popov2018-10-111-17/+21
* | | Merge branch 'PHP-7.3'Nikita Popov2018-09-181-3/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-181-3/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-181-3/+1
| | |\
| | | * Fix bug #75533: array_reduce is slow when $carry is large arrayManabu Matsui2018-09-181-3/+1
* | | | Remove HAVE_STRING_HPeter Kokot2018-09-181-4/+0
* | | | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtorNikita Popov2018-09-161-1/+1
|/ / /
* | | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-221-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-221-0/+1
| |\ \ | | |/
| | * Fix #76778: array_reduce leaks memory if callback throws exceptionChristoph M. Becker2018-08-221-0/+1
* | | Make array parsing parameters error messages consistency with ZPP failureGabriel Caruso2018-08-191-13/+13
* | | Fixed bug #76713 (Segmentation fault caused by property corruption)Xinchen Hui2018-08-071-0/+3
* | | Removed useless IS_UNDEF checksDmitry Stogov2018-07-311-8/+5