History log of /PHP-5.5/ext/standard/array.c (Results 26 – 50 of 494)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 4a6c2a8b 29-Aug-2011 Arpad Ray

add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions


Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 840308cf 06-Apr-2011 Adam Harvey

Implement FR #54459 (Range function accuracy) by changing the way range()
calculates values when used with floating point bounds/step.


# 187eb235 06-Apr-2011 Adam Harvey

Implement FR #54459 (Range function accuracy) by changing the way range()
calculates values when used with floating point bounds/step.


# 13683644 03-Apr-2011 Pierrick Charron

Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)


12345678910>>...20