changelog               Thu Mar  4 20:32:00 2004 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.421&r2=1.422&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.421 ZendEngine2/ChangeLog:1.422
--- ZendEngine2/ChangeLog:1.421 Wed Mar  3 20:36:39 2004
+++ ZendEngine2/ChangeLog       Thu Mar  4 20:31:59 2004
@@ -1,3 +1,42 @@
+2004-03-04  Moriyoshi Koizumi  <[EMAIL PROTECTED]>
+
+    * zend_language_scanner.l:
+      - Fix memleak when scanner is called from within tokenizer extension.
+
+2004-03-04  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * zend_execute.h:
+      fix the fix
+
+    * zend_execute.h:
+      oops, fix cut&paste gone bad
+
+    * zend_execute.h:
+      Fix object true value: if we are in compat mode and it's Zend object -
+      use PHP4 rules. Otherwise, object is always true.
+
+2004-03-04  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * zend_constants.h
+      zend_operators.h:
+      - Fixed a 64bit issue (for zend_builtin_functions.c, module_number is an
+      int).
+      - Change the MAX_LENGTH_OF_LONG constant to 20, as LONG_MAX is 20
+      characters.
+        (Patches by Ard Biesheuven)
+
+    * tests/zend_operators.phpt:
+      - Added instance_of test (patch by Ard Biesheuvel)
+
+2004-03-04  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * zend_compile.c:
+      Disallow redefining ctors and cleanup
+
+    * zend_mm.c:
+      Handle out of memory/bad size situation gracefully, without getting into
+      loop
+
 2004-03-03  Andi Gutmans  <[EMAIL PROTECTED]>
 
     * zend_objects_API.c:
@@ -3751,7 +3790,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.421 2004/03/04 01:36:39 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.422 2004/03/05 01:31:59 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -5475,7 +5514,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.421 2004/03/04 01:36:39 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.422 2004/03/05 01:31:59 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to