From: Ilia Alshanetsky Date: Tue, 18 Oct 2005 00:06:20 +0000 (+0000) Subject: Fixed test for ZTS builds X-Git-Tag: php-5.1.0RC4~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d467331307e91c9464d3548c00f5dbc1fd3ff574;p=php Fixed test for ZTS builds --- diff --git a/ext/pdo_mysql/tests/bug_33689.phpt b/ext/pdo_mysql/tests/bug_33689.phpt index 6df6569564..609e3dce54 100644 --- a/ext/pdo_mysql/tests/bug_33689.phpt +++ b/ext/pdo_mysql/tests/bug_33689.phpt @@ -3,14 +3,14 @@ PDO MySQL Bug #33689 --SKIPIF-- --FILE-- exec('CREATE TABLE test (bar INT NOT NULL)'); $db->exec('INSERT INTO test VALUES(1)');