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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cweiske@php.net
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 18:01:28 2024 UTC