changelog Thu Sep 23 20:34:11 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1754&r2=1.1755&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1754 php-src/ChangeLog:1.1755
--- php-src/ChangeLog:1.1754 Wed Sep 22 20:34:40 2004
+++ php-src/ChangeLog Thu Sep 23 20:34:10 2004
@@ -1,3 +1,71 @@
+2004-09-23 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - PHP 5.0.3-dev
+
+ * ZendEngine2/zend_compile.h
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute.h
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_opcode.c
+ ZendEngine2/zend_vm.h:
+ - Commit new VM architecture. This one allows people (aka Derick) to
+ - ask the engine to use function handler mode. Will update the README
+ - about that.
+
+ * (PHP_5_0)
+ NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - Roll 5.0.2
+
+2004-09-23 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ZendEngine2/tests/bug20240.phpt:
+ Fixed test.
+
+2004-09-23 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * ZendEngine2/zend_reflection_api.c:
+ Bugfix # 30209
+
+2004-09-23 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/tests/bench.php:
+ - Commit synthetic benchmark
+
+2004-09-23 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * main/mergesort.c:
+ removed unwanted NetWare specific changes
+
+ * main/fopen_wrappers.c:
+ removed redundant checks for NETWARE
+
+ * sapi/apache2filter/sapi_apache2.c:
+ TSRMLS_FETCH should be called prior to accessing any of the SG members
+
+ * sapi/apache2filter/php_apache.h:
+ NetWare now has a POSIX compliant stat structure so no need of
+ CLIB_STAT_PATCH and all such macros
+
+ * main/streams/userspace.c:
+ CLIB_STAT_PATCH check is redundant. So removing it
+
+ * ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_globals.h:
+ Reverted the NetWare Specific Stack limit related patches as asked by Andi
+
2004-09-22 Wez Furlong <[EMAIL PROTECTED]>
* pear/PEAR/Builder.php
@@ -10009,7 +10077,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1754 2004/09/23 00:34:40
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1755 2004/09/24 00:34:10
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>