php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8245 OCILogOff($conn) cann't free the handle
Submitted: 2000-12-13 20:30 UTC Modified: 2001-01-07 19:35 UTC
From: arnoldguo at sohu dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.3pl1 OS: RedHat Linux 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
24 - 17 = ?
Subscribe to this entry?

 
 [2000-12-13 20:30 UTC] arnoldguo at sohu dot com
In PHP4.0.3 after you use OCILogOff($Conn)to free the connection with Orale8 database,you can still use $Conn to visit the database.But in PHP3 OCILogOff() can free the handle. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-07 19:35 UTC] sniper@php.net
From oci8.c: (in the ocilogoff function):
---------------------------
 this function does nothing any more. server-connections get automagiclly closed 
on request-end. connection handles will "dissappear" as soon as they are no longer
referenced. as this module makes heavy use of zends reference-counting mechanism this is the desired behavior. it has always been a bad idea to close a
 connection that has outstanding transactions. this way we have a nice-clean approach.  (thies@thieso.net 20000110)


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 13:01:31 2024 UTC