History log of /PHP-7.3/ext/standard/array.c (Results 376 – 400 of 848)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11
# 5bc2854b 11-Jan-2013 Ben Ramsey

array_column: Implement ability to specify an index column


Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1
# 94d5b251 21-Jun-2012 Ben Ramsey

Cleaning up a memory leak.


Revision tags: php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# 20ab3033 16-Apr-2012 Ben Ramsey

array_column: Adding test for IS_OBJECT and converting object to string


# 66a02eb2 14-Apr-2012 Ben Ramsey

array_column: Using add_next_index_zval() at nikic's recommendation.


# e921d28a 14-Apr-2012 Ben Ramsey

array_column: Cleaning up, as recommended in pull request #56 comments


# 6a27b890 14-Apr-2012 Ben Ramsey

Simplify the code and use zend_hash_next_index_insert()


# 9035a1ed 14-Apr-2012 Ben Ramsey

Implement new array function array_column()

array_column() returns the values of the specified column from a
multi-dimensional array.


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


# 7ccd5943 06-May-2012 Xinchen Hui

Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 37d7df72 02-Mar-2012 Nikita Popov

Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference


# e7810c1f 02-Mar-2012 Nikita Popov

Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference


# 695b9c67 02-Mar-2012 Nikita Popov

Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference


# fda8d2fe 02-Mar-2012 Xinchen Hui

MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)


Revision tags: php-5.4.0, php-5.4.0RC8
# af923652 12-Feb-2012 Xinchen Hui

Improved fix for #61058, and add test script


# 33125e23 12-Feb-2012 Xinchen Hui

Improved fix for #61058, and add test script


# 3d898cfa 12-Feb-2012 Xinchen Hui

Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)


# c578917e 12-Feb-2012 Xinchen Hui

Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)


Revision tags: php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# 4a25a774 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


# e43ff135 13-Sep-2011 Dmitry Stogov

Fixed ZE specific compile warnings (Bug #55629)


Revision tags: yaf-2.1.0
# b52256c5 29-Aug-2011 Arpad Ray

add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions


1...<<11121314151617181920>>...34