ID:               32767
 Updated by:       [EMAIL PROTECTED]
 Reported By:      daniel at bitarts dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         DBX related
 Operating System: solaris
 PHP Version:      5.0.4
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #32361.


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

[2005-04-19 14:19:59] daniel at bitarts dot com

Description:
------------
Dozens of connection threads are being created in oracle. They aren't
being removed.

Using Oracle 9, Apache 2 

Reproduce code:
---------------
$link = dbx_connect ("oci8","","db","username","password")                      
        or
die("Can't connect");


$result = dbx_close($link) or die ("Can't close");

Expected result:
----------------
Nothing, no die messages reported.

Actual result:
--------------
"Can't close"


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


-- 
Edit this bug report at http://bugs.php.net/?id=32767&edit=1

Reply via email to