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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Nov 23 16:01:27 2024 UTC