php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35844 PDO:execute - no info about closing cursor
Submitted: 2005-12-30 01:24 UTC Modified: 2009-11-23 14:30 UTC
Votes:4
Avg. Score:3.8 ± 0.8
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: tompaw at tompaw dot pl Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: XP
Private report: No CVE-ID: None
 [2005-12-30 01:24 UTC] tompaw at tompaw dot pl
Description:
------------
Well, I think there should be an information about closing a cursor on the 'execute' method manpage (or bolded somewhere else other than only 'closeCursor' description).

Basing on the info at the page:

http://pl.php.net/manual/en/function.pdostatement-execute.php

one might not know that even when using MULTIPLE PDOStatement objects the curson in the first one must be closed on order to execute the second.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-23 14:30 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2009-11-23 14:30 UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=291205
Log: Must call closeCursor (bug #35844)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 02:01:30 2024 UTC