From: Date: Mon, 26 Sep 2005 05:32:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c4a9c9f43159bd4d90c05cbaa000e39934e2273;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a614313bf1..392e702079 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2005-09-25 Antony Dovgal + + * ext/oci8/php_oci8_int.h: + 2nd part of previous fix + + * ext/oci8/oci8_interface.c + ext/oci8/oci8_lob.c: + more 64-bit fixes + + * ext/oci8/oci8.c + ext/oci8/oci8_interface.c + ext/oci8/php_oci8_int.h: + fix 64bit issues caused by wrong "long" usage + + * ext/oci8/oci8.c: + fix arguments-by-ref with 5.x (problem appeared after the last 4.x compat + patch) + make sure username_len is always initialized + +2005-09-25 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Bug fixing news + + * (PHP_5_1) + ext/standard/filters.c: + MFH: Fixed bug #34321 (Possible crash in filter code). + + * ext/standard/filters.c: + Fixed bug #34321 (Possible crash in filter code). + +2005-09-25 Pierre-Alain Joye + + * (PHP_4_4) + ext/gd/libgd/gd_gif_in.c: + - MFH #33220, infinite loop while loading invalid GIF (nlopees) + NB: It's getting really annoying to apply patches to all these branches + Can we no define 4.x and 5.0.x as dead for 99.99% of the fixes? + 2005-09-24 Jani Taskinen * (PHP_5_1)