From 8b91c8f32e79797fa63b745700a00e919b4192a4 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 18 Oct 2005 00:17:27 +0000 Subject: [PATCH] ZTS test fix --- ext/pdo_sqlite/tests/bug33841.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)'); -- 2.50.1