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
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: 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: Thu Mar 28 15:01:29 2024 UTC