From: Ilia Alshanetsky Date: Tue, 30 Oct 2007 23:03:54 +0000 (+0000) Subject: MFB: Test not relavent for sqlite that uses built-in bound syntax X-Git-Tag: php-5.2.5RC2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5db0d8077bd97ff220444c3d712f4ac85570aa9;p=php MFB: Test not relavent for sqlite that uses built-in bound syntax --- diff --git a/ext/pdo/tests/bug_43130.phpt b/ext/pdo/tests/bug_43130.phpt index 89c2aec32c..5082895cb2 100644 --- a/ext/pdo/tests/bug_43130.phpt +++ b/ext/pdo/tests/bug_43130.phpt @@ -5,6 +5,7 @@ PDO Common: Bug #43130 (Bound parameters cannot have - in their name) if (!extension_loaded('pdo')) die('skip'); $dir = getenv('REDIR_TEST_DIR'); if (false == $dir) die('skip no driver'); +if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sqlite driver'); require_once $dir . 'pdo_test.inc'; PDOTest::skip(); ?>