[Phplib-commit] CVS: php-lib-stable CHANGES,1.13,1.14
Brought to you by:
nhruby,
richardarcher
|
From: Layne W. <lay...@us...> - 2002-03-14 20:42:46
|
Update of /cvsroot/phplib/php-lib-stable
In directory usw-pr-cvs1:/tmp/cvs-serv14590
Modified Files:
CHANGES
Log Message:
Modified db_mysql.inc lock(); set default to non-persistent DB connections in non-Oracle classes.
Index: CHANGES
===================================================================
RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CHANGES 26 Feb 2002 06:26:11 -0000 1.13
--- CHANGES 14 Mar 2002 20:42:40 -0000 1.14
***************
*** 1,4 ****
--- 1,11 ----
$Id$
+ 14-Mar-2002 layne_weathers
+ - Modified lock() in db_mysql.inc to allow lists of tables
+ - Modified connect() in msql, mssql, mysql, odbc, pgsql and
+ sybase setting *_connect() as default and allowing the use of
+ *_pconnect()
+ - Thanks to Giancarlo Pinerolo for the wait_timeout advice
+
26-Feb-2002 richardarcher
- fixed [ #480851 ] "call by reference" warning in user.inc
|