#
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 |
Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2 |
|
#
d69dfa4b |
| 21-Oct-2008 |
Arnaud Le Blanc |
MFH: initialize optional vars |
Revision tags: php-5.2.7RC1 |
|
#
8a77e555 |
| 23-Sep-2008 |
Nuno Lopes |
clean some dead code (with static analysis help) |
#
42feeddd |
| 29-Aug-2008 |
Felipe Pena |
MFH: - Removed the undocumented object support in the leftover array functions [DOC] (natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists) - Changed H
MFH: - Removed the undocumented object support in the leftover array functions [DOC] (natcasesort, natsort, array_walk, array_walk_recursive, array_unique, array_key_exists) - Changed HASH_OF() to Z_ARRVAL_P() - Fixed bug #45937 (array_walk and array_walk_recursive can alter private/protected object variable)
show more ...
|
#
08015787 |
| 20-Aug-2008 |
Lars Strojny |
MFH: Allow mixed $initial (patch by Christian Seiler) |
#
252d7d76 |
| 17-Aug-2008 |
Felipe Pena |
- MFH: New parameter parsing API |
#
f2fc267e |
| 10-Aug-2008 |
Felipe Pena |
- MFH: New parameter parsing API (for min() and max()) |
Revision tags: php-4.4.9 |
|
#
e304515d |
| 02-Aug-2008 |
Felipe Pena |
- MFH: Added parameter TSRMLS_DC in zend_is_callable() |
Revision tags: php-5.3.0alpha1 |
|
#
b9f7b21e |
| 31-Jul-2008 |
Johannes Schlüter |
MFH (DOC] Add array_replace/array_replace_recursive (Mett Wilmas) |