From: Date: Sat, 19 Jun 2004 00:32:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8586e6505f5bb7509ac05f2cc3534adbad6a6eda;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 18d0523992..61b764f2f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2004-06-18 Sara Golemon + + * (PHP_4_3) + Zend/zend_execute.c: + MFH: typo in converting array index doubles to long. + + * ZendEngine2/zend_execute.c: + Another typo in converting array index doubles to long. + +2004-06-18 George Schlossnagle + + * tests/lang/bug28213.phpt: + tests for the crash in bug 28213 + + * ZendEngine2/zend_builtin_functions.c: + fix for 28213. + + class_name and call_type should be reinitialized on every loop iter. + +2004-06-18 Martin Jansen + + * pear/PEAR/Downloader.php + pear/tests/pear_downloader_invalid.phpt: + - Replaced the nonexistent word "postfix" with "suffix". + +2004-06-18 Sara Golemon + + * ext/standard/url.c: + String lengths should never be char pointers. + +2004-06-18 Ilia Alshanetsky + + * ext/odbc/php_odbc.c: + Fixed possible memory leak. + + * (PHP_4_3) + NEWS + sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + MFH: Fixed bug #28818 (Apache 2 sapis do not export st_dev). + + * sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + Fixed bug #28818 (Apache 2 sapis do not export st_dev). + 2004-06-17 Sara Golemon * ZendEngine2/zend_builtin_functions.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a32b017f17..915ed702a1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2004-06-18 Sara Golemon + + * zend_execute.c: + Another typo in converting array index doubles to long. + +2004-06-18 George Schlossnagle + + * zend_builtin_functions.c: + fix for 28213. + + class_name and call_type should be reinitialized on every loop iter. + 2004-06-17 Sara Golemon * zend_builtin_functions.c: