changelog               Sat Sep 10 01:40:03 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.767&r2=1.768&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.767 ZendEngine2/ChangeLog:1.768
--- ZendEngine2/ChangeLog:1.767 Fri Sep  9 01:35:59 2005
+++ ZendEngine2/ChangeLog       Sat Sep 10 01:40:02 2005
@@ -1,3 +1,28 @@
+2005-09-09  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend.c:
+      Fixed huge memory leaks in ZTS mode
+
+    * (PHP_5_1)
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_compile.h
+      zend_execute.h
+      zend_execute_API.c
+      tests/catch.phpt
+      tests/instanceof.phpt
+      tests/is_a.phpt:
+      Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
+      functions to not call __autoload().
+
+    * tests/is_a.phpt
+      tests/is_a.phpt:
+      
+      MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
+
+    * zend_builtin_functions.c:
+      MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")
+
 2005-09-08  Dmitry Stogov  <[EMAIL PROTECTED]>
 
     * zend.c:
@@ -10115,7 +10140,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.767 2005/09/09 05:35:59 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.768 2005/09/10 05:40:02 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -11839,7 +11864,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.767 2005/09/09 05:35:59 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.768 2005/09/10 05:40:02 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to