changelog               Wed Sep  8 20:34:46 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.541&r2=1.542&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.541 ZendEngine2/ChangeLog:1.542
--- ZendEngine2/ChangeLog:1.541 Mon Sep  6 20:34:14 2004
+++ ZendEngine2/ChangeLog       Wed Sep  8 20:34:46 2004
@@ -1,3 +1,30 @@
+2004-09-08  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_builtin_functions.c:
+      - Fix bug #28054 by preventing printing out bogus information in backtrace
+        when in error handler (still doesn't know all information but at least
+        it's not bogus)
+
+    * zend_compile.h
+      zend_exceptions.c
+      zend_execute.c
+      zend_execute.h
+      zend_execute_API.c
+      zend_opcode.c
+      zend_vm.h
+      zend_vm_handlers.h
+      zend_vm_spec.h:
+      - Some architectural changes:
+       a) We specialize opcodes according to op_type fields. Each opcode has to
+          be marked with which op_type's it uses.
+       b) We support different execution methods. Function handlers, switch()
+          and goto dispatching. goto seems to be the fastest but it really
+          depends on the compiler and how well it optimizes. I suggest playing
+          around with optimization flags.
+      
+      - Warning: Things might break so keep us posted on how things are going.
+        (Dmitry, Andi)
+
 2004-09-06  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * zend_objects.c:
@@ -5521,7 +5548,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.541 2004/09/07 00:34:14 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.542 2004/09/09 00:34:46 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -7245,7 +7272,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.541 2004/09/07 00:34:14 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.542 2004/09/09 00:34:46 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to