From: Date: Thu, 27 Oct 2005 05:38:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e90bbb864029edbd36934f4604e64d612beebad1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 84e2d60e38..f52a22fdb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2005-10-26 Antony Dovgal + + * (PHP_5_0) + NEWS + ext/gd/gd.c + ext/gd/gd.c: + fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero) + + * (PHP_5_1) + NEWS + ext/gd/gd.c: + MFH: fix #34996 (ImageTrueColorToPalette() crashes when ncolors is zero) + + * (PHP_4_4) + ext/standard/exec.c + ext/standard/exec.h: + fix typo + + * ext/oci8/oci8_lob.c: + Unicode related patchset + fixes two problems: + - wrong offset counting and .. + - OCI_NEED_DATA error when reading unicode CLOBs (fixes PECL bug #5719) + +2005-10-26 Ilia Alshanetsky + + * sapi/apache2handler/sapi_apache2.c: + MFB51: Additional tweaks to the patch for bug #34249. + + * (PHP_5_1) + sapi/apache2handler/sapi_apache2.c: + Additional tweaks to the patch for bug #34249. + +2005-10-26 Antony Dovgal + + * (PHP_5_0) + NEWS + NEWS + ext/mbstring/config.m4 + ext/mbstring/config.m4: + MFH: fix #34977 (Compile failure on MacOSX due to use of varargs.h) + + * ext/mbstring/config.m4: + fix #34977 (Compile failure on MacOSX due to use of varargs.h) + + * (PHP_4_4) + ext/standard/exec.c + ext/standard/exec.h: + export those functions and fix the build + +2005-10-26 Jani Taskinen + + * ext/curl/config.m4: + Fix configure + + * ext/curl/interface.c: + Fix indent + +2005-10-26 Derick Rethans + + * (PHP_4_4) + NEWS: + - Merge 4.4.1 and 4.4.1RC1 entries. + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Go with PHP 4.4.1 - release on Monday. + 2005-10-25 Marcus Boerger * (PHP_5_1)