changelog Mon Jan 3 20:36:36 2005 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1852&r2=1.1853&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1852 php-src/ChangeLog:1.1853
--- php-src/ChangeLog:1.1852 Sun Jan 2 20:37:05 2005
+++ php-src/ChangeLog Mon Jan 3 20:36:35 2005
@@ -1,3 +1,39 @@
+2005-01-03 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -15178,7 +15214,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1852 2005/01/03
01:37:05 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1853 2005/01/04
01:36:35 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>