diff --git a/ChangeLog b/ChangeLog index 2fe9d927631..4ccd0847ac4 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 e9de9b40057..34754130c5e 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: