[PHP-DOC] cvs: php-src(PHP_5_3) /main output.c /tests/output bug46897.phpt

2009-02-13 Thread David Coallier
davidc Fri Feb 13 11:48:17 2009 UTC Added files: (Branch: PHP_5_3) /php-src/tests/output bug46897.phpt Modified files: /php-src/main output.c Log: - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers - Added

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 +0000, David Coallier escreveu: > > davidcTue Nov 4 18:28:42 2008 UTC > > > > Modified files: (Branch: PHP_5_3) > > /php-src/ext/pdo pdo_dbh.c > >

[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

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

2008-11-04 Thread David Coallier
davidc Tue Nov 4 18:25:26 2008 UTC Modified files: /php-src/ext/pdopdo_dbh.c Log: - 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 sake of consistency