From:             php at harsani dot sk
Operating system: windows 5.1
PHP version:      4.2.3
PHP Bug Type:     OCI8 related
Bug description:  oci_close_session problem

Warning: _oci_close_session: OCISessionEnd:
OCI_INVALID_HANDLE in Unknown on line 0

will be printed if at least one
persistent connection is made and some
non-persistent connection is closed.

but connection is closed ok. just php 
at the end of execution tried to close
already closed connection.

example:
<?
ociinternaldebug(1);
$db1 = ociplogon('test', 'test');
$db2 = ocinlogon('test', 'test');
$db2=null;
$db3 = ocinlogon('test', 'test');
exit;
?>

-- 
Edit bug report at http://bugs.php.net/?id=22547&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22547&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22547&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22547&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22547&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22547&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22547&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22547&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22547&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22547&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22547&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22547&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22547&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22547&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22547&r=gnused

Reply via email to