changelog Sat Jun 11 01:40:38 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.708&r2=1.709&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.708 ZendEngine2/ChangeLog:1.709
--- ZendEngine2/ChangeLog:1.708 Fri Jun 10 01:32:48 2005
+++ ZendEngine2/ChangeLog Sat Jun 11 01:40:37 2005
@@ -1,3 +1,56 @@
+2005-06-10 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * zend.h:
+ - Back to -dev
+
+ * (php_5_1_0b1)
+ zend.h:
+ - Go with 5.1.0b1
+
+2005-06-10 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (php_5_1_0b1)
+ tests/bug30162.phpt:
+ Added test for bug #30162 (it is already fixed but test file was
forgotten)
+
+ * (php_5_1_0b1)
+ tests/bug31177.phpt:
+ Added test file for bug #31177 (not fixed yet)
+
+ * tests/bug31177.phpt
+ tests/bug31177.phpt:
+
+ file bug31177.phpt was initially added on branch PHP_5_0.
+
+ * (php_5_1_0b1)
+ tests/bug29689.phpt:
+ typos
+
+ * (php_5_1_0b1)
+ zend_reflection_api.c
+ zend_reflection_api.c:
+ Fixed support for ZEND_ACC_SHADOW in ReflectionProperty constructor
+
+ * (php_5_1_0b1)
+ zend_execute.c
+ zend_execute.h
+ zend_extensions.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_gen.php
+ zend_vm_opcodes.h:
+ Fix so that extensions like xdebug, can overload opcodes in all execution
+ modes including goto/switch
+
+ * (php_5_1_0b1)
+ zend_compile.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h:
+ Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one
+ (ZEND_NEW). There was no real reason for this anymore and API should be
+ changed before 5.1
+
2005-06-09 Stanislav Malyshev <[EMAIL PROTECTED]>
* zend_compile.c
@@ -8499,7 +8552,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.708 2005/06/10 05:32:48 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.709 2005/06/11 05:40:37 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -10223,7 +10276,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.708 2005/06/10 05:32:48
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.709 2005/06/11 05:40:37
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>