Ambiguity about oci_close and persistent connection
| 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 | ||
[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 commits
[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