[Phplib-commit] CVS: php-lib-stable CHANGES,1.31,1.32
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2004-08-17 22:56:45
|
Update of /cvsroot/phplib/php-lib-stable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9469 Modified Files: CHANGES Log Message: Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** CHANGES 23 Jul 2004 20:36:29 -0000 1.31 --- CHANGES 17 Aug 2004 20:59:29 -0000 1.32 *************** *** 1,4 **** --- 1,9 ---- $Id$ + 17-Aug-2004 layne_weathers + - db_oci8.inc - added optional shortcut var $Host: if set, will build full db + connect string placing $Host and $Database into $full_connection_string + keeping a minimalistic and more legible sub-class configuration + 23-Jul-2004 layne_weathers - all db classes |