From: Date: Sat, 24 Apr 2004 00:34:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0RC2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f977f8a90bdacbd7250c68eeee82893070333f15;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 555798d418..d6524b3784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2004-04-23 Andi Gutmans + + * ZendEngine2/zend_compile.c: + - Fixed bug #27923. foreach() without a key should not check if the key + - is a reference (Adam) + + * NEWS: + NEWS + +2004-04-23 Derick Rethans + + * (PHP_4_3) + NEWS: + Reorder NEWS + + * NEWS: + This was already in NEWS for the branch, removing + + * NEWS: + Cleanup NEWS + +2004-04-23 Rasmus Lerdorf + + * NEWS + ext/pcre/php_pcre.c: + MFB: Fix for bug #27810 + + * (PHP_4_3) + NEWS + ext/pcre/php_pcre.c: + bug #27810 from Joe Orton + +2004-04-23 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/mysql/php_mysql.c: + MFH: Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request) + + * ext/mysql/php_mysql.c: + Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request). + +2004-04-23 Derick Rethans + + * ext/standard/info.c: + - Fixed buffer overflow in phpinfo() for Zend Extension Api NO. + +2004-04-23 Wez Furlong + + * NEWS: + Another one bites the dust + +2004-04-23 Sara Golemon + + * ext/standard/http_fopen_wrapper.c: + In-HEAD bugfix# 28115 + 2004-04-22 Marcus Boerger * ext/sqlite/tests/bug28112.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 559b44cae4..6e7ad91eb2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-04-23 Andi Gutmans + + * zend_compile.c: + - Fixed bug #27923. foreach() without a key should not check if the key + - is a reference (Adam) + 2004-04-21 Andi Gutmans * zend.h: