changelog Sat Nov 10 01:31:35 2007 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1194&r2=1.1195&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1194 ZendEngine2/ChangeLog:1.1195
--- ZendEngine2/ChangeLog:1.1194 Thu Nov 8 01:31:31 2007
+++ ZendEngine2/ChangeLog Sat Nov 10 01:31:35 2007
@@ -1,3 +1,60 @@
+2007-11-09 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_compile.c
+ zend_compile.c
+ tests/ns_055.phpt
+ tests/ns_056.phpt:
+ Fixed type-hint compatibility check in namespaces
+
+ * tests/ns_055.phpt
+ tests/ns_055.phpt:
+
+ file ns_055.phpt was initially added on branch PHP_5_3.
+
+ * tests/ns_056.phpt
+ tests/ns_056.phpt:
+
+ file ns_056.phpt was initially added on branch PHP_5_3.
+
+ * zend_compile.c
+ tests/ns_054.phpt:
+ Fixed implementation of internal interfaces in namespaces
+
+ * (PHP_5_3)
+ zend_compile.c
+ tests/ns_054.phpt
+ tests/ns_054.phpt:
+ Fixed implementation of internal interfaces in namesapces
+
+2007-11-09 Johannes Schl�ter <[EMAIL PROTECTED]>
+
+ * zend_ptr_stack.c:
+ - That line got lost while merging around...
+
+ * (PHP_5_3)
+ zend_ptr_stack.c
+ zend_ptr_stack.h:
+ - MFH: Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
+
+ * zend_ptr_stack.c
+ zend_ptr_stack.h:
+ - Allow persistent zent_ptr_stacks (patch by Andrey Hristov)
+
+2007-11-09 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ zend_vm_def.h
+ zend_vm_execute.h
+ tests/bug43201.phpt:
+ Fixed bug #43201 (Crash on using unitialized vals and __get/__set)
+
+ * (PHP_5_2)
+ zend_vm_def.h
+ zend_vm_execute.h
+ tests/bug43175.phpt:
+ Fixed bug #43175 (__destruct() throwing an exception with __call() causes
+ segfault)
+
2007-11-07 Dmitry Stogov <[EMAIL PROTECTED]>
* (PHP_5_3)
@@ -19878,7 +19935,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1194 2007/11/08 01:31:31 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1195 2007/11/10 01:31:35 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -21602,7 +21659,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1194 2007/11/08 01:31:31
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1195 2007/11/10 01:31:35
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>