PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #35844 PDO:execute - no info about closing cursor
Submitted:30 Dec 2005 1:24am UTC Modified: 23 Nov 2:30pm UTC
From:tompaw at tompaw dot pl Assigned to:
Status:Closed Category:Documentation problem
Version:Irrelevant OS:XP
Votes:4 Avg. Score:3.8 ± 0.8 Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%) Same OS:0 (0.0%)
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN 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.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: tompaw at tompaw dot pl
New email:
Version: OS:
New/Additional Comment:

[30 Dec 2005 1:24am 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.

[23 Nov 2:30pm 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.

[23 Nov 2:30pm 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)

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC