php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68534 Ambiguity about oci_close and persistent connection
Submitted: 2014-12-01 17:23 UTC Modified: 2017-01-28 12:48 UTC
From: ashnazg@php.net Assigned: sixd (profile)
Status: Assigned Package: OCI8 related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ashnazg@php.net
New email:
PHP Version: OS:

 

 [2014-12-01 17:23 UTC] ashnazg@php.net
Description:
------------
The manual page for oci_close() ends with this note:
"Note: The oci_close() function does not close the underlying database connections created with oci_pconnect()."

However, the manual page for the oci8.persistent_timeout setting highlights this:
"Note: In PHP 5.3 (PECL OCI8 1.3), persistent connections can be closed with oci_close()."

Does this second note mean the first note is incorrect?

Or, does the wording of the second note mean that oci_close does close persistent connections, but **only** in 5.3?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-02 22:26 UTC] sixd@php.net
-Assigned To: +Assigned To: sixd
 [2017-01-28 12:48 UTC] cmb@php.net
-Package: Documentation problem +Package: OCI8 related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC