changelog Mon Aug 23 20:36:03 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1725&r2=1.1726&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1725 php-src/ChangeLog:1.1726
--- php-src/ChangeLog:1.1725 Sun Aug 22 20:34:43 2004
+++ php-src/ChangeLog Mon Aug 23 20:36:03 2004
@@ -1,3 +1,62 @@
+2004-08-23 Marcus Boerger <marcus.boerger@xxxxxxxxxxxxxxxxxxx>
+
+ * 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 <andi@xxxxxxxx>
+
+ * NEWS:
+ - Improve wording
+
+ * NEWS:
+ - NEWS
+
+ * ZendEngine2/zend_compile.c:
+ - Improve performance of switch()
+
+2004-08-23 Ilia Alshanetsky <ilia@xxxxxxxxxxx>
+
+ * (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 <zeev@xxxxxxxx>
+
+ * (PHP_5_0)
+ ZendEngine2/zend_reflection_api.c:
+ Fix names
+
+2004-08-23 Derick Rethans <php@xxxxxxxxxxxxxxxx>
+
+ * (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 <ilia@xxxxxxxxxxx>
* (PHP_5_0)
@@ -8662,7 +8721,7 @@
2004-03-18 Pierre-Alain Joye <paj@xxxxxxxxxx>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1725 2004/08/23
00:34:43 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1726 2004/08/24
00:36:03 changelog Exp $
2004-03-18 Derick Rethans <php@xxxxxxxxxxxxxxxx>
|