From: Date: Tue, 11 May 2004 00:32:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~233 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9540037bb72f876c0264c1c852cd9733d8eefb76;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 368128b4c9..7297c73f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2004-05-10 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/cpdf/cpdf.c: + MFH: Fixed crash inside cpdf_place_inline_image() when working with + truecolor images. + + * ext/cpdf/cpdf.c: + Fixed crash inside cpdf_place_inline_image() when working with truecolor + images. + +2004-05-10 Zeev Suraski + + * ZendEngine2/zend_operators.c: + - Fix comparison of objects + - Clarify convert_object_to_type() + +2004-05-10 Stefan Esser + + * ZendEngine2/zend_alloc.c: + Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly + problems. + +2004-05-10 Zeev Suraski + + * win32/php5dllts.dsp: + Fix Win32 build + +2004-05-10 Marcus Boerger + + * ext/standard/basic_functions.c + ext/standard/config.m4: + - Decouple NAN and INF + +2004-05-10 Ilia Alshanetsky + + * (PHP_4_3) + ext/gd/libgd/gd.h: + Added missing upgrade bit. + + * ext/gd/libgd/gd.h: + Missing part of the upgrade patch. + +2004-05-10 Marcus Boerger + + * (PHP_4_3) + NEWS: + BFN + + * ext/dba/dba_db2.c + ext/dba/dba_db3.c + ext/dba/dba_db4.c: + - Fix problems with c mode + 2004-05-09 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b610019bdb..db01d3193a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2004-05-10 Zeev Suraski + + * zend_operators.c: + - Fix comparison of objects + - Clarify convert_object_to_type() + +2004-05-10 Stefan Esser + + * zend_alloc.c: + Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly + problems. + 2004-05-04 Wez Furlong * zend_iterators.c