From ce84626a7f915f2880667ca906badffc8da0f8da Mon Sep 17 00:00:00 2001 From: Date: Tue, 24 Aug 2004 00:36:07 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 +++++++++++++++++ 2 files changed, 79 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2fe9d92763..4ccd0847ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2004-08-23 Marcus Boerger + + * ZendEngine2/zend_compile.c: + - Drop unused variable + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_globals.h: + - Boost up __autoload() calls by caching the lookup + +2004-08-23 Andi Gutmans + + * NEWS: + - Improve wording + + * NEWS: + - NEWS + + * ZendEngine2/zend_compile.c: + - Improve performance of switch() + +2004-08-23 Ilia Alshanetsky + + * (PHP_4_3) + ext/dio/dio.c + ext/dio/dio.c: + MFH: Fixed possible crash inside dio_read(). + + * ext/dio/dio.c: + Fixed possible crash inside dio_read(). + + * ext/standard/head.c: + Fixed proto of headers_list(). + +2004-08-23 Zeev Suraski + + * (PHP_5_0) + ZendEngine2/zend_reflection_api.c: + Fix names + +2004-08-23 Derick Rethans + + * (PHP_5_0) + NEWS: + - There was a bug # attached to this fix. + + * sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4: + - MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe + Orton) + + * NEWS: + - Little changes. + + * (PHP_5_0) + NEWS + sapi/apache2filter/config.m4 + sapi/apache2handler/config.m4: + - Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton) + 2004-08-22 Ilia Alshanetsky * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e9de9b4005..34754130c5 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2004-08-23 Marcus Boerger + + * zend_compile.c: + - Drop unused variable + + * zend_execute_API.c + zend_globals.h: + - Boost up __autoload() calls by caching the lookup + +2004-08-23 Andi Gutmans + + * zend_compile.c: + - Improve performance of switch() + +2004-08-23 Zeev Suraski + + * (PHP_5_0) + zend_reflection_api.c: + Fix names + 2004-08-21 Sara Golemon * zend_compile.c: -- 2.40.0