From: Date: Thu, 18 Nov 2004 01:34:33 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~662 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=867517fa5d4b5d8dae0d04c56055884637ba2e40;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 597ba35b94..73fe400e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2004-11-17 Ilia Alshanetsky + + * (PHP_4_3) + ext/dio/dio.c + ext/dio/dio.c: + MFH: Gracefully handle allocation failure. + + * ext/dio/dio.c: + Gracefully handle allocation failure. + +2004-11-17 Pierre-Alain Joye + + * ext/gd/libgd/gd.c: + - Really fix imagefill, part of my previous (old) fix was not applied + (blame me), bak the alphablending and restore it on exit + + * ext/gd/libgd/gd.c: + - MFB: fix #30739, imagefill did not set back alphablending mode + + * (PHP_4_3) + NEWS + ext/gd/libgd/gd.c: + - Fix #30739, imagefill does not set back the alphablending mode + +2004-11-17 Stanislav Malyshev + + * (PHP_5_0) + ZendEngine2/zend_execute_API.c: + fix #30543 + + * ZendEngine2/zend_execute_API.c: + fix crash + +2004-11-17 Edin Kadribasic + + * (PHP_5_0) + win32/php5dllts.dsp: + Fix build here too + + * (PHP_4_3) + win32/php4dllts.dsp: + Fix windows build + 2004-11-16 Dmitry Stogov * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e9090cc65b..81f6d48e05 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-11-17 Stanislav Malyshev + + * (PHP_5_0) + zend_execute_API.c: + fix #30543 + + * zend_execute_API.c: + fix crash + 2004-11-16 Derick Rethans * zend_strtod.c