From 02293b6bee14fa8469378309ca9ee10a23c1434a Mon Sep 17 00:00:00 2001 From: Date: Sat, 3 Nov 2001 01:10:28 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index b8e54f3448..9b4595bbae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2001-11-02 Rui Hirokawa + + * ext/session/session.c: + added private_no_expire mode on session patched by Yasuo Ohgaki. + +2001-11-02 James Moore + + * ext/standard/string.c: WS fix + + * ext/standard/string.c: - Fix behaviour of strtok. Bug 13866 (jmoore) + +2001-11-02 Christian Stocker + + * pear/PEAR/WebInstaller.php: typo + +2001-11-02 Jani Taskinen + + * NEWS: MFH + + * NEWS: Missing entry + + * ext/mysql/php_mysql.c + ext/mysql/php_mysql.h: MFH + + * ext/mysql/php_mysql.c: + This was conditionally included if HAVE_MYSQL_REAL_CONNECT was defined. + + * ext/mysql/php_mysql.c + ext/mysql/php_mysql.h: Make the extension work with MySQL 4.0 + + * ext/mysql/config.m4: MFH + + * ext/mysql/config.m4: + This propably fixes couple of problems with compiling with external libs. + + * main/php_ini.c: MFH + +2001-11-02 Thomas V.V.Cox + + * pear/DB/tests/limit.inc: simplified the logic of the test + + * pear/DB/sybase.php + pear/DB/odbc.php + pear/DB/ifx.php + pear/DB/msql.php + pear/DB/mssql.php + pear/DB/fbsql.php: added features['limit'] + + * pear/DB/common.php: + do the query transformation, don't use options property and remove the + not capable error as always the row limit support is avaible + + * pear/DB.php: use feautres property instead of options + 2001-11-01 Markus Fischer * ext/sockets/php_sockets.h: Remove prototype warnings under linux. -- 2.50.1