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)
|
#
a1ce847c |
| 24-Jul-2008 |
Felipe Pena |
- MFH: Improved parameter handling
|
#
a2cc7ec9 |
| 23-Jul-2008 |
Felipe Pena |
- MFH: Fixed bug #45605 (array_uintersect_assoc gives incorrect error message)
|
Revision tags: php-4.4.9RC1 |
|
#
8ceb0b6f |
| 09-Jul-2008 |
Etienne Kneuss |
MFH: Fix resolution rule of count vs. handler
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
572adc05 |
| 02-Jun-2008 |
Matt Wilmas |
MFH: Initialize with length instead of 0
|
#
77976956 |
| 02-Jun-2008 |
Antony Dovgal |
fix uninitialized variable
|
#
c1126cc5 |
| 30-May-2008 |
Matt Wilmas |
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) - Also, use new hash_quick_del function where
MFH: Only check args once in php_array_diff_key/intersect_key, not on each iteration. This also makes sure ALL args are checked (pre-5.2.5 behavior) - Also, use new hash_quick_del function where possible
show more ...
|
#
7da75d81 |
| 27-May-2008 |
Matt Wilmas |
MFH: Add array_init_size() and use it where array size is known at initialization
|
#
d90f689d |
| 18-May-2008 |
Felipe Pena |
- Making compatible with 64bit plataform
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
76335110 |
| 04-May-2008 |
Antony Dovgal |
fix compile warnings
|
Revision tags: php-5.2.6 |
|
#
2ecf4bb0 |
| 29-Apr-2008 |
Dmitry Stogov |
Lazy EG(active_symbol_table) initialization
|