ID:               35838
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: Windows
 PHP Version:      Irrelevant
 New Comment:

So this is not a bug.


Previous Comments:
------------------------------------------------------------------------

[2006-01-03 18:21:36] [EMAIL PROTECTED]

Proto in source is wrong: zend_parse_parameters(1 TSRMLS_CC, "s", ...).

------------------------------------------------------------------------

[2005-12-29 12:25:23] [EMAIL PROTECTED]

Description:
------------
Currently the method is documented as:

PDOStatement PDO::query ( string statement )

however it takes an additional parameter (this proto is take from
pdo/pdo_dbh.c):

object PDO::query(string sql [, PDOStatement::setFetchMode() args])

so it seems to be

PDOStatement PDO::query ( string statement [,
PDOStatement::setFetchMode() args])



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35838&edit=1

Reply via email to