[Phplib-commit] CVS: php-lib-stable CHANGES,1.32,1.33
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2005-02-19 15:23:58
|
Update of /cvsroot/phplib/php-lib-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7118 Modified Files: CHANGES Log Message: Very minor fixes for ct_sql.inc and db_mysql.inc Added $Port to db_oci8.inc Fixed non-existent variables and bad variable checing in of_text.inc and oohforms.inc Thanks to Frank Bax for pointing out the of_text and oohforms problems Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** CHANGES 17 Aug 2004 20:59:29 -0000 1.32 --- CHANGES 19 Feb 2005 15:23:50 -0000 1.33 *************** *** 1,4 **** --- 1,20 ---- $Id$ + 19-Feb-2005 layne_weathers + - ct_sql.inc + - name count column in query, $db->f("count") instead of $db->f(0) + - db_mysql.inc + - suppress error messages on connection (if connection fails, + we'll use connect_failed()) + - db_oci8.inc + - added var $Port for using $full_connection_string to connect on port + other than 1521 + - of_text.inc + - fix $this->icase to $this->valid_icase + - oohforms.inc + - fixed warning notices by better checking of variables + - remove use of non-existent $this->method + - Thanks to Frank Bax for pointing out the of_text and oohforms problems + 17-Aug-2004 layne_weathers - db_oci8.inc - added optional shortcut var $Host: if set, will build full db |