bjori Thu May 17 13:40:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdo/tests pdo_034.phpt Log: Fix paths for ext/sqlite http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_034.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/pdo/tests/pdo_034.phpt diff -u php-src/ext/pdo/tests/pdo_034.phpt:1.1.2.2 php-src/ext/pdo/tests/pdo_034.phpt:1.1.2.3 --- php-src/ext/pdo/tests/pdo_034.phpt:1.1.2.2 Wed May 16 21:03:46 2007 +++ php-src/ext/pdo/tests/pdo_034.phpt Thu May 17 13:40:12 2007 @@ -58,7 +58,7 @@ } } -Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error: PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns. in %s/tests/pdo_034.php on line %d +Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error: PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns. in %s/tests%spdo_034.php on line %d -Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%s/tests/pdo_034.php on line %d +Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%s/tests%spdo_034.php on line %d bool(false)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php