From: Date: Thu, 18 Mar 2004 01:32:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b614ccb5ab39ef9e604d811d8ceaaed6e8b1313;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6f18952f26..0159d56239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2004-03-17 Sascha Schumann + + * (PHP_4_3) + Zend/zend_multiply.h: + more accurate overflow detection + + * ZendEngine2/zend_multiply.h: + Readd x86 implementation + +2004-03-17 Sara Golemon + + * ext/standard/tests/file/userdirstream.phpt: + Userspace Directory Stream Test + +2004-03-17 Pierre-Alain Joye + + * (PHP_4_3) + NEWS: + - Add entry, crash in imagecolortransparent + + * (PHP_4_3) + ext/gd/libgd/gd.c: + - MFH (crash in imagecolortransparent with invalid color index) + + * ext/gd/libgd/gd.c: + - Fix crash when an invalid color index is used with imagecolortransparent + +2004-03-17 Andi Gutmans + + * (php_5_0_0RC1RC2) + ZendEngine2/zend_multiply.h: + - Improved patch for support multiplication on 64bit machines + + * (php_5_0_0RC1RC2) + ZendEngine2/zend_execute.c: + - Fix tiny bug (one of the reasons we can't support __toString() for + - regular objects). + +2004-03-17 Dmitry Stogov + + * (php_5_0_0RC1RC2) + ext/sqlite/tests/sqlite_oo_030.phpt: + Test was fixed + +2004-03-17 Andi Gutmans + + * (php_5_0_0RC1RC2) + ZendEngine2/zend.c: + - Stop make_printable_zval() from calling __toString() + + * ZendEngine2/zend_execute.c: + - Fixed problem with __toString(). Due to the engine's architecture it is + - currently not possible to call __toString() anywhere besides print & + eval. + - Follow up will be on internals@ + +2004-03-17 Stanislav Malyshev + + * (php_5_0_0RC1RC2) + ZendEngine2/zend_compile.c: + fix typo + +2004-03-17 Andi Gutmans + + * ZendEngine2/zend_multiply.h + ZendEngine2/zend_operators.c: + - Apply Ard's patch to support multiplication & overflow on both 32bit + and 64bit machines + +2004-03-17 Sara Golemon + + * (php_5_0_0RC1RC2) + main/streams/userspace.c: + Provide a meaningful error message when registration fails + 2004-03-16 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a021a9536b..707ceba235 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,42 @@ +2004-03-17 Sascha Schumann + + * zend_multiply.h: + Readd x86 implementation + +2004-03-17 Andi Gutmans + + * (php_5_0_0RC1RC2) + zend_multiply.h: + - Improved patch for support multiplication on 64bit machines + + * (php_5_0_0RC1RC2) + zend_execute.c: + - Fix tiny bug (one of the reasons we can't support __toString() for + - regular objects). + + * (php_5_0_0RC1RC2) + zend.c: + - Stop make_printable_zval() from calling __toString() + + * zend_execute.c: + - Fixed problem with __toString(). Due to the engine's architecture it is + - currently not possible to call __toString() anywhere besides print & + eval. + - Follow up will be on internals@ + +2004-03-17 Stanislav Malyshev + + * (php_5_0_0RC1RC2) + zend_compile.c: + fix typo + +2004-03-17 Andi Gutmans + + * zend_multiply.h + zend_operators.c: + - Apply Ard's patch to support multiplication & overflow on both 32bit + and 64bit machines + 2004-03-16 Derick Rethans * zend.c