ID:               22547
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at harsani dot sk
-Status:           Bogus
+Status:           Open
 Bug Type:         OCI8 related
 Operating System: windows 5.1
-PHP Version:      4.2.3
+PHP Version:      4.3.0


Previous Comments:
------------------------------------------------------------------------

[2003-03-07 01:56:53] [EMAIL PROTECTED]

this bug also occurs with PHP4.3.0

------------------------------------------------------------------------

[2003-03-05 06:49:23] [EMAIL PROTECTED]

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

Get 4.3.1.


------------------------------------------------------------------------

[2003-03-05 04:17:20] php at harsani dot sk

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 this bug report at http://bugs.php.net/?id=22547&edit=1

Reply via email to