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


# 0b8839cd 24-Dec-2009 Antony Dovgal

fix the fix for #47409
use correct comparison and add missing scope checks to trunk


# 12f82ee1 23-Dec-2009 Ilia Alshanetsky

Fixed bug #47409 (extract() problem with array containing word "this").


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


# 8b64f74b 29-Nov-2009 Stanislav Malyshev

proper fix for bug #50006
add modify protection to all user array sorts


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# 85560842 14-Aug-2009 Dmitry Stogov

Fixed crash in usort() and uasort() in case user comparison function modifyes th
e array.


Revision tags: php-5.2.11RC1
# fb235dc0 08-Jul-2009 Felipe Pena

- MFH: Fixed bug #48854 (array_merge_recursive modifies arrays after first one)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# fcede921 15-May-2009 Moriyoshi Koizumi

* MFH: Roll it back.


# ad07803d 15-May-2009 Christopher Jones

MFH: New array_multisort() test and code comment fix (Simon Westcott)


12345678910>>...20