From:             [EMAIL PROTECTED]
Operating system: n/a
PHP version:      5.3.0alpha1
PHP Bug Type:     OCI8 related
Bug description:  Refcounting in ZTS mode

Description:
------------
Tony debugged this after a user report of a problem:

"There seem to be an issue in OCI8 (in ZTS mode only).  We close all
the connections forcibly in certain order, but it seems this procedure
is wrong.  In case if a connection is opened twice (using
oci_connect() with the same details), it has refcount == 2 and one
refcount-- is not enough to delete it, so this session stays open in
the process list."

Tony has a patch.  It is currently being reviewed.


-- 
Edit bug report at http://bugs.php.net/?id=45888&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45888&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45888&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45888&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45888&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45888&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45888&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45888&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45888&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45888&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45888&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45888&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45888&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45888&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45888&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45888&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45888&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45888&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45888&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45888&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45888&r=mysqlcfg

Reply via email to