There are some tests that needs to be skiped for firebird driver
I have made the changes in test but i can't commit them
added firebird driver case for the test bug 43139
--This line, and those below, will be ignored--
M php-src/trunk/ext/pdo/tests/bug_43139.phpt
M php-src/branches/PHP_5_3/ext/pdo/tests/bug_43139.phpt
M php-src/branches/PHP_5_4/ext/pdo/tests/bug_43139.phpt
svn diff
Index: php-src/trunk/ext/pdo/tests/bug_43139.phpt
===================================================================
--- php-src/trunk/ext/pdo/tests/bug_43139.phpt (revision 321556)
+++ php-src/trunk/ext/pdo/tests/bug_43139.phpt (working copy)
@@ -20,6 +20,8 @@
$from = '';
if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'oci') {
$from = 'from dual';
+} else if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'firebird') {
+ $from = 'FROM RDB$DATABASE';
}
the related bug with some of the proposed changes (i take one by one
and check if it makes sense to skip some of the patches)
http://bugs.php.net/55663
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php