changelog Tue Sep 20 01:45:50 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.774&r2=1.775&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.774 ZendEngine2/ChangeLog:1.775
--- ZendEngine2/ChangeLog:1.774 Mon Sep 19 01:45:53 2005
+++ ZendEngine2/ChangeLog Tue Sep 20 01:45:47 2005
@@ -1,3 +1,43 @@
+2005-09-19 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_reflection_api.c:
+ - Add eytension consts to extension output (Johannes)
+ - Fix WS in output
+
+2005-09-19 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_execute.h
+ zend_execute.h
+ zend_execute.h:
+ MFH (removed unnecesary call to zval_ptr_dtor)
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ zend_vm_opcodes.h:
+ Fixed access to memory that is already freed (in case of __call() method)
+
+ * (PHP_5_0)
+ zend_execute.c
+ zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ zend_vm_opcodes.h
+ tests/bug33257.phpt
+ tests/bug33257.phpt
+ tests/bug33257.phpt:
+ Fixed parameter passing incompatibilities.
+ Now it is possible to call array_pop(explode("&","1&2&3")) again.
+
+ * zend_execute.c
+ zend_reflection_api.c
+ tests/bug33996.phpt:
+ Unicode support
+
2005-09-18 Antony Dovgal <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -10289,7 +10329,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.774 2005/09/19 05:45:53 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.775 2005/09/20 05:45:47 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -12013,7 +12053,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.774 2005/09/19 05:45:53
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.775 2005/09/20 05:45:47
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>