ID: 34909
User updated by: mcka at gmx dot net
Reported By: mcka at gmx dot net
-Status: Feedback
+Status: Open
Bug Type: PDO related
Operating System: all
PHP Version: 5.1.0RC3
New Comment:
Hm, in pdo_dbh.c I can find:
/* {{{ proto
ID: 34909
User updated by: mcka at gmx dot net
Reported By: mcka at gmx dot net
Status: Open
Bug Type: PDO related
Operating System: all
PHP Version: 5.1.0RC3
New Comment:
A small example to illustrate the problem
If I want to write some simple
From: mcka at gmx dot net
Operating system: all
PHP version: 5.1.0RC3
PHP Bug Type: PDO related
Bug description: Defaut FetchMode for PDOStatements in PDO class
Description:
If I don't want to use the PDO_FETCH_BOTH FetchMode (which returns an
array index
From: mcka at gmx dot net
Operating system: Irrelevant
PHP version: 5.1.0RC1
PHP Bug Type: PDO related
Bug description: set Default Fetch Mode in PDO class
Description:
If you have a lot of queries in a script and you don't want to use the
defaul