changelog               Mon Jan  3 20:36:41 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.611&r2=1.612&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.611 ZendEngine2/ChangeLog:1.612
--- ZendEngine2/ChangeLog:1.611 Sun Jan  2 20:37:14 2005
+++ ZendEngine2/ChangeLog       Mon Jan  3 20:36:40 2005
@@ -1,3 +1,25 @@
+2005-01-03  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      zend_language_scanner.l:
+      MFH:
+      Fix the following nasty bug:
+      - if compile bails out from the middle of compiling, current_buffer is 
not
+      restored
+      - if current_buffer is not null, yy_switch_to_buffer will do: *yy_c_buf_p
+      = yy_hold_char; on
+      the next request
+      - which would lead to memory corruption on next request
+
+    * zend_language_scanner.l:
+      Fix the following nasty bug:
+      - if compile bails out from the middle of compiling, current_buffer is 
not
+      restored
+      - if current_buffer is not null, yy_switch_to_buffer will do: *yy_c_buf_p
+      = yy_hold_char; on
+      the next request
+      - which would lead to memory corruption on next request
+
 2005-01-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -6637,7 +6659,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.611 2005/01/03 01:37:14 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.612 2005/01/04 01:36:40 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -8361,7 +8383,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.611 2005/01/03 01:37:14 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.612 2005/01/04 01:36:40 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to