php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #39545 Update PDO drivers so that PDO::closeCursor() is no longer needed
Submitted: 2006-11-17 13:29 UTC Modified: 2018-05-05 18:44 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: randy at rcs-comp dot com Assigned:
Status: Wont fix Package: *General Issues
PHP Version: 5.2.0 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: randy at rcs-comp dot com
New email:
PHP Version: OS:

 

 [2006-11-17 13:29 UTC] randy at rcs-comp dot com
Description:
------------
Request 1: Could you please document which PDO drivers require PDOStatement::closeCursor() method to be called.

Request 2: Could you work on the drivers to get rid of this limitation or to track and handle it automatically.  I am working on a PDO driver for Creole and this requirement is affecting my ability to come up with a 100% compatible solution.

Thanks.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-05-05 18:44 UTC] requinix@php.net
-Status: Open +Status: Wont fix -Package: Feature/Change Request +Package: *General Issues
 [2018-05-05 18:44 UTC] requinix@php.net
Old request is old.

1. Always call it. The main selling point of PDO is that you don't have to worry about drivers.
2. If drivers could do without it then they would. Sometimes they cannot. So the method exists.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 17:01:34 2024 UTC