php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #69405 PDO method to reconnect
Submitted: 2015-04-09 07:04 UTC Modified: 2017-10-24 08:31 UTC
Votes:6
Avg. Score:4.0 ± 1.4
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:2 (40.0%)
From: cweiske@php.net Assigned:
Status: Open Package: PDO related
PHP Version: 5.6.7 OS:
Private report: No CVE-ID: None
 [2015-04-09 07:04 UTC] cweiske@php.net
Description:
------------
When a PDO connection times out, there is currently no way to re-establish the connection without instantiating a new PDO object.

If a connection timeout is detected, the PDO object (which might already be passed to dozens of objects) will have to be set again on all objects which need it.

Thus it would be helpful if PDO had a reconnect() method I could call in the case of a timeout error.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-24 08:31 UTC] kalle@php.net
-Package: PDO Core +Package: PDO related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 10:01:29 2024 UTC