changelog Fri Jun 18 20:32:19 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1660&r2=1.1661&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1660 php-src/ChangeLog:1.1661 --- php-src/ChangeLog:1.1660 Thu Jun 17 20:32:23 2004 +++ php-src/ChangeLog Fri Jun 18 20:32:18 2004 @@ -1,3 +1,48 @@ +2004-06-18 Sara Golemon <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * pear/PEAR/Downloader.php + pear/tests/pear_downloader_invalid.phpt: + - Replaced the nonexistent word "postfix" with "suffix". + +2004-06-18 Sara Golemon <[EMAIL PROTECTED]> + + * ext/standard/url.c: + String lengths should never be char pointers. + +2004-06-18 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * ZendEngine2/zend_builtin_functions.c: @@ -5106,7 +5151,7 @@ 2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]> * ext/gd/tests/bug27582_2.phpt: - - Fix the test description and $Id: ChangeLog,v 1.1660 2004/06/18 00:32:23 changelog Exp $ + - Fix the test description and $Id: ChangeLog,v 1.1661 2004/06/19 00:32:18 changelog Exp $ 2004-03-18 Derick Rethans <[EMAIL PROTECTED]>