changelog Sat Jun 25 01:32:02 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.720&r2=1.721&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.720 ZendEngine2/ChangeLog:1.721
--- ZendEngine2/ChangeLog:1.720 Fri Jun 24 01:38:47 2005
+++ ZendEngine2/ChangeLog Sat Jun 25 01:32:01 2005
@@ -1,3 +1,36 @@
+2005-06-24 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * zend_execute.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_gen.php
+ zend_vm_opcodes.h:
+ Export zend_do_fcall() helper from executor
+
+ * zend_compile.c
+ zend_compile.c:
+ Partial fix for bug #26584 (Class member - array key overflow)
+ It doesn't fix integer overflow problem, but allows null, boolean and
+ double keys in array constants in the same way as in runtime.
+
+ * tests/bug30519.phpt
+ tests/bug30519.phpt:
+
+ Fixed bug #30519 (Interface not existing says Class not found)
+
+ * zend_compile.c
+ zend_compile.c
+ zend_compile.h
+ zend_compile.h
+ zend_execute.c
+ zend_execute_API.c
+ zend_execute_API.c
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_opcodes.h
+ tests/bug30519.phpt:
+ Fixed bug #30519 (Interface not existing says Class not found)
+
2005-06-23 Dmitry Stogov <[EMAIL PROTECTED]>
* zend_builtin_functions.c
@@ -8927,7 +8960,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.720 2005/06/24 05:38:47 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.721 2005/06/25 05:32:01 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -10651,7 +10684,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.720 2005/06/24 05:38:47
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.721 2005/06/25 05:32:01
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>