Revision tags: php-5.1.3RC2 |
|
#
f7ce1d62 |
| 22-Mar-2006 |
Antony Dovgal |
prevent segfault when exception is thrown from Countable::count() |
#
90d7fbe7 |
| 19-Mar-2006 |
Antony Dovgal |
MFH: make the code cleaner |
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
5a69b290 |
| 26-Feb-2006 |
Marcus Boerger |
- Warning fixes by Steph |
#
7deff63e |
| 07-Feb-2006 |
Andrei Zmievski |
Move array globals declarations back to the header file. |
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version |
#
b5aeda4e |
| 27-Dec-2005 |
Antony Dovgal |
tweak the fix |
#
f046cdf3 |
| 27-Dec-2005 |
Antony Dovgal |
fix #35821 (array_map() segfaults when exception is throwed from the callback) |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0 |
|
#
d0a54af4 |
| 05-Dec-2005 |
foobar |
MFH: Nuke php3 legacy |
Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2 |
|
#
941a94ea |
| 30-Oct-2005 |
Ilia Alshanetsky |
Simplify code. |
#
d22d6910 |
| 30-Oct-2005 |
Ilia Alshanetsky |
Fixed Bug #35014 (array_product() always returns 0). |
Revision tags: php-4.4.1, php-5.1.0RC4 |
|
#
fa406902 |
| 28-Oct-2005 |
Dmitry Stogov |
Fixed bug #34982 (array_walk_recursive() modifies elements outside function scope) |
Revision tags: RELEASE_0_9_2, RELEASE_0_9_1 |
|
#
f9fb94ff |
| 24-Oct-2005 |
Dmitry Stogov |
Reverted patch for bug #34934. Bug is marked as bogus. |
#
23d3ddea |
| 21-Oct-2005 |
Antony Dovgal |
fix ws |
#
75a548a7 |
| 21-Oct-2005 |
Dmitry Stogov |
Fixed bug #34934 (offsetExists is not called from array_key_exists) |
Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
1b8ecbcf |
| 04-Oct-2005 |
Antony Dovgal |
MFH: fix #34723 (array_count_values() strips leading zeroes) |
#
8a5bd01a |
| 03-Oct-2005 |
Ilia Alshanetsky |
MFH: GLOBALS protection for extract() function. |
#
9a74c68a |
| 12-Sep-2005 |
Dmitry Stogov |
Additinal fix for bug #34277 (array_filter() crashes with references and objects) |
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
e615889d |
| 01-Sep-2005 |
Dmitry Stogov |
Fixed bug #34277 (array_filter() crashes with references and objects) |
Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE |
|
#
54931f52 |
| 10-Aug-2005 |
Dmitry Stogov |
Fixed bug #33940 (array_map() fails to pass by reference when called recursively) |
#
96d75597 |
| 10-Aug-2005 |
Dmitry Stogov |
Fixed bug #29253 (array_diff with $GLOBALS argument fails) |
Revision tags: RELEASE_2_0_0 |
|
#
98e70ab5 |
| 04-Aug-2005 |
Dmitry Stogov |
Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP) |
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year |
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0 |
|
#
1d33a3e9 |
| 04-Jul-2005 |
Dmitry Stogov |
Fixed bug #31158 (array_splice on $GLOBALS crashes) |
Revision tags: php-4.4.0RC2 |
|
#
340bcffd |
| 30-Jun-2005 |
foobar |
- Unify (+ spl can't be build shared so COMPILE_DL_SPL |
Revision tags: php-5.1.0b2 |
|
#
27374bfa |
| 21-Jun-2005 |
Dmitry Stogov |
Fixed bug #31213 (Sideeffects caused by fix of bug #29493) |