#
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)
|
#
7c41c86a |
| 10-May-2009 |
Etienne Kneuss |
MFB: Fix #48224 (Remove incorrect shuffle)
|
Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3 |
|
#
c2445f41 |
| 13-Feb-2009 |
Andrei Zmievski |
Revert bogus fix for #47370.
|
Revision tags: php-5.2.9RC2 |
|
#
018ba64a |
| 12-Feb-2009 |
Moriyoshi Koizumi |
* MFH: Fix bug #47370 (BC breakage of array_unique())
|
#
4d8f18ce |
| 09-Feb-2009 |
Dmitry Stogov |
Fixed bug #47329 (Crash in garbage collector)
|
Revision tags: php-5.2.9RC1, php-5.3.0beta1 |
|
#
08659c2d |
| 31-Dec-2008 |
Sebastian Bergmann |
MFH: Bump copyright year, 3 of 3.
|
#
2dd8d6ff |
| 27-Dec-2008 |
Arnaud Le Blanc |
MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)
|
Revision tags: NEWS |
|
#
dddbfccb |
| 12-Dec-2008 |
Andrei Zmievski |
MFH
|
Revision tags: php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5 |
|
#
6a6289a9 |
| 26-Nov-2008 |
Arnaud Le Blanc |
MFH: Fixed bugs #44181 & #44182 (extract() and references) (robin_fernandes at uk dot ibm dot com)
|
#
45572a49 |
| 24-Nov-2008 |
Stanislav Malyshev |
restore BC for arrays [DOC] natsort, natcasesort, usort, uasort, uksort, array_flip, array_unique still won't work with objects
|