]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 4 Jan 2005 01:36:40 +0000 (01:36 +0000)
committer <changelog@php.net> <>
Tue, 4 Jan 2005 01:36:40 +0000 (01:36 +0000)
ChangeLog
Zend/ChangeLog

index 468e228cbdbb92b7d04f1eb23411f98152b83b3b..4a8510c997bcc4a30515cdd9954d90b1dd85a265 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2005-01-03  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/sqlite/libsqlite/src/auth.c
+      ext/sqlite/libsqlite/src/auth.c:
+      merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953
+      bug led to PHP exiting on queries with unknown columns
+
+    * (PHP_5_0)
+      ZendEngine2/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
+
+    * ZendEngine2/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
+
+    * (PHP_4_3)
+      Zend/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  <ilia@prohost.org>
 
     * (PHP_4_3)
index 2b101356398d8ec468e9c6d770ebe7c30b8fee6e..5b21cc32cf2b4270e7b02d9d5fe6e98224037966 100644 (file)
@@ -1,3 +1,25 @@
+2005-01-03  Stanislav Malyshev  <stas@zend.com>
+
+    * (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  <ilia@prohost.org>
 
     * (PHP_5_0)