From: Ilia Alshanetsky Date: Tue, 18 Oct 2005 00:15:02 +0000 (+0000) Subject: Fixed test for ZTS builds X-Git-Tag: php-5.1.0RC4~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03418c1d365b0ee79344232f58ad6cbe9797dc24;p=php Fixed test for ZTS builds --- diff --git a/ext/pdo_pgsql/tests/bug_33876.phpt b/ext/pdo_pgsql/tests/bug_33876.phpt index be16daf87c..1184e7627e 100644 --- a/ext/pdo_pgsql/tests/bug_33876.phpt +++ b/ext/pdo_pgsql/tests/bug_33876.phpt @@ -3,13 +3,13 @@ PDO PgSQL Bug #33876 --SKIPIF-- --FILE-- setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_SILENT); $db->exec('CREATE TABLE test (foo varchar(5) NOT NULL, bar bool NOT NULL)');