summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
Commit message (Expand)AuthorAgeFilesLines
* Improved fix for bug (count on symbol table)Xinchen Hui2015-11-241-38/+3
* Fixed bug (count on symbol tables)Xinchen Hui2015-11-241-2/+37
* Fixed bug #70910 (extract() breaks variable references)Xinchen Hui2015-11-171-2/+11
* Fixed bug #70808 (array_merge_recursive corrupts memory of unset items)Xinchen Hui2015-11-081-0/+4
* Fixed bug #70668 (array_keys() doesn't respect references when $strict is true)Dmitry Stogov2015-10-081-0/+1
* Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/...Dmitry Stogov2015-10-061-0/+1
* Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-srcBob Weinand2015-10-051-1/+0
* Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-6/+3
* Don't allocate memory for empty HashTables.Dmitry Stogov2015-09-171-0/+8
* Change array sorting implementation to avoid two level callbacks system.Dmitry Stogov2015-09-101-181/+582
* Better array_compare improvementDmitry Stogov2015-09-091-14/+1
* Improved array_compareXinchen Hui2015-09-091-27/+24
* Avoid duplicationDmitry Stogov2015-08-261-2/+4
* fix array size calculation for range, related to bug #70239Anatol Belski2015-08-141-8/+18
* Fixed bug #70239 Creating a huge array doesn't result in exhausted, but segfaultAnatol Belski2015-08-141-0/+5
* Fixed bug #70250 (extract() turns array elements to references)Xinchen Hui2015-08-131-0/+1
* Deduplicate usort codeNikita Popov2015-07-181-73/+12
* Correctly handle zend_hash_sort failureNikita Popov2015-07-181-36/+32
* Fix usort modification detectionNikita Popov2015-07-181-18/+12
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-11/+11
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* Feature: Enhanced array_column() to also work with object elements.Tjerk Meesters2015-06-271-19/+32
* Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).Dmitry Stogov2015-06-221-1/+1
* Micro optimizationXinchen Hui2015-06-201-2/+2
* Improved variable name validationDmitry Stogov2015-06-171-5/+24
* Support references in convert_to_*Nikita Popov2015-06-161-6/+4
* Get rid of more ZVAL_ZVAL() macrosDmitry Stogov2015-06-121-9/+18
* Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-11/+12
* Make convert_to_* safe with rc>1Nikita Popov2015-06-111-3/+3
* Fixed bug #69723 (Passing parameters by reference and array_column)Xinchen Hui2015-05-291-0/+1
* fix typosolshevskiy872015-05-131-3/+3
* Improve fast_is_[not_]identical() functions to teturn value instead of takein...Dmitry Stogov2015-04-291-6/+2
* Clean up some type conversionsNikita Popov2015-04-271-12/+4
* Fix bug #69413Nikita Popov2015-04-101-0/+1
* Use new macrosXinchen Hui2015-04-081-3/+3
* Fixed bug #69371 (Hash table collision leads to inaccessible array keys)Xinchen Hui2015-04-051-0/+2
* Fix separation in array_multisortNikita Popov2015-04-041-3/+1
* Micro optXinchen Hui2015-04-011-4/+5
* Fixed bug #69299 (Regression in array_filter's $flag argument in PHP 7)Xinchen Hui2015-03-251-12/+10
* fix datatype mismatchesAnatol Belski2015-03-251-2/+3
* Changed HashTable layout:Dmitry Stogov2015-03-131-2/+0
* Use specialized macro for string zval creationDmitry Stogov2015-03-121-5/+5
* Array - make krsort FAST_ZPP compatibilityДмитрий Пацура2015-02-281-0/+8
* Make current() and key() receive argument by value.Dmitry Stogov2015-02-241-4/+4
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-16/+13
* fix data typesAnatol Belski2015-02-121-6/+6
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-121-40/+151
* Fixed bug #68897 (Using variable for sort flag in array_multisort cause wrong...Xinchen Hui2015-01-241-2/+2
* Optimized rangeXinchen Hui2015-01-201-42/+62