[phplib-commit] CVS: php-lib-stable/php db_oci8.inc,1.8,1.9
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2007-01-12 20:26:05
|
Update of /cvsroot/phplib/php-lib-stable/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5951/php Modified Files: db_oci8.inc Log Message: clear link id on disconnect() Index: db_oci8.inc =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/php/db_oci8.inc,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** db_oci8.inc 19 Feb 2005 15:20:48 -0000 1.8 --- db_oci8.inc 12 Jan 2007 20:26:03 -0000 1.9 *************** *** 386,389 **** --- 386,390 ---- } OCILogoff($this->Link_ID); + $this->Link_ID = 0; } |