History log of /PHP-8.1/ext/standard/array.c (Results 626 – 650 of 1077)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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++

# 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)

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

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 :)

# e8486cc3 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 :)

Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

Revision tags: php-5.2.16
# 9696faa7 12-Dec-2010 Ilia Alshanetsky

Fixed bug 48484 (array_product() always returns 0 for an empty array).

# 82287511 12-Dec-2010 Ilia Alshanetsky

Fixed bug 48484 (array_product() always returns 0 for an empty array).

Revision tags: php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 897f0b4c 19-Nov-2010 Felipe Pena

- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
patch by: jorto at redhat dot com

# 93a4e0d1 19-Nov-2010 Felipe Pena

- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
patch by: jorto at redhat dot com

Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# f4d15d82 01-Nov-2010 Felipe Pena

- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)

# 5d584d47 01-Nov-2010 Felipe Pena

- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)

# cb500110 23-Sep-2010 Kalle Sommer Nielsen

Fixed compiler warnings in the standard library

# f33837ff 27-Aug-2010 Adam Harvey

Implemented request #34857 (Change array_combine behaviour when called with
empty arrays). Patch by Joel Perras <joel.perras@gmail.com>.

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# d24c14cb 11-Jun-2010 Dmitry Stogov

Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)

# d42dbb3b 11-Jun-2010 Dmitry Stogov

Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)

# 2ef8ef90 15-May-2010 Rasmus Lerdorf

typo

# 9db78b57 15-May-2010 Rasmus Lerdorf

typo

# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php

1...<<21222324252627282930>>...44