From 85f9f047cf9ad728115b02b8b070f0c8b5d00f3a Mon Sep 17 00:00:00 2001 From: Date: Tue, 4 Jan 2005 01:36:40 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 22 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/ChangeLog b/ChangeLog index 468e228cbd..4a8510c997 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2005-01-03 Stanislav Malyshev + + * 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 * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2b10135639..5b21cc32cf 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,25 @@ +2005-01-03 Stanislav Malyshev + + * (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 * (PHP_5_0) -- 2.50.1