changelog               Fri Jul 26 20:18:40 2002 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.79 ZendEngine2/ChangeLog:1.80
--- ZendEngine2/ChangeLog:1.79  Thu Jul 25 20:18:24 2002
+++ ZendEngine2/ChangeLog       Fri Jul 26 20:18:39 2002
@@ -1,3 +1,15 @@
+2002-07-26  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_execute.c
+      zend.c
+      zend_builtin_functions.c
+      zend_compile.h:
+    - Fix problem with debug_backtrace() reported by Stig. We weren't reporting
+    - global function information because it wasn't available. We have to do
+    - an additional assignment per-function call so that it'll be available.
+    - Also don't define the global scope as function name _main_ but leave it
+    - empty so that frameworks like Pear can decide what they want to do.
+
 2002-07-25  sniper  <[EMAIL PROTECTED]>
 
     * Zend.m4: Fixed 3 major failures in this test:


Reply via email to