From: Ilia Alshanetsky Date: Tue, 18 Oct 2005 00:17:27 +0000 (+0000) Subject: ZTS test fix X-Git-Tag: php-5.1.0RC4~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b91c8f32e79797fa63b745700a00e919b4192a4;p=php ZTS test fix --- diff --git a/ext/pdo_sqlite/tests/bug33841.phpt b/ext/pdo_sqlite/tests/bug33841.phpt index 936aebf98f..d472af770e 100644 --- a/ext/pdo_sqlite/tests/bug33841.phpt +++ b/ext/pdo_sqlite/tests/bug33841.phpt @@ -6,8 +6,8 @@ if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?> --FILE-- exec('CREATE TABLE test (text)');