Re: [PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-10 Thread David Coallier
>> >> PDO::MYSQL_ATTR_INIT_COMMAND >> [ext/pdo_mysql/tests/pdo_mysql_attr_init_command.phpt] >> MySQL PDO->errorInfo() [ext/pdo_mysql/tests/pdo_mysql_errorinfo.phpt] >> MySQL PDO->exec(), affected rows >> [ext/pdo_mysql/tests/pdo_mysql_exec.phpt] >> MySQL PDO->exec(), SELECT >> [ext/pdo_mysql/tests

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c pdo_stmt.c

2008-11-10 Thread David Coallier
davidc Mon Nov 10 18:47:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_dbh.c pdo_stmt.c Log: - After readying Johannes's mail, the conclusion that a "smarter" system to find out if the return_value had the correct number of elements was

Re: [PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread David Coallier
2008/11/4 Felipe Pena <[EMAIL PROTECTED]> > Em Ter, 2008-11-04 às 18:28 +, David Coallier escreveu: > > davidcTue Nov 4 18:28:42 2008 UTC > > > > Modified files: (Branch: PHP_5_3) > > /php-src/ext/pdo pdo_dbh.c > > Log: > > - MFH > > - Bug #44154: [DO

Re: [PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread Felipe Pena
Em Ter, 2008-11-04 às 18:28 +, David Coallier escreveu: > davidcTue Nov 4 18:28:42 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src/ext/pdo pdo_dbh.c > Log: > - MFH > - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn'

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/pdo pdo_dbh.c

2008-11-04 Thread David Coallier
davidc Tue Nov 4 18:28:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdopdo_dbh.c Log: - MFH - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have an error code we used to return an array with one element. For the