From: Ilia Alshanetsky Date: Tue, 18 Oct 2005 00:12:30 +0000 (+0000) Subject: Fixed tests for ZTS builds X-Git-Tag: php-5.1.0RC4~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a29be9b7d169600bad5a453efd169d861ebc2f6;p=php Fixed tests for ZTS builds --- diff --git a/ext/pdo_mysql/tests/pecl_bug_5200.phpt b/ext/pdo_mysql/tests/pecl_bug_5200.phpt index c6b319c78a..2dffd1141f 100644 --- a/ext/pdo_mysql/tests/pecl_bug_5200.phpt +++ b/ext/pdo_mysql/tests/pecl_bug_5200.phpt @@ -3,14 +3,14 @@ PDO MySQL PECL Bug #5200 --SKIPIF-- --FILE-- exec("CREATE TABLE test (bar INT NOT NULL, phase enum('please_select', 'I', 'II', 'IIa', 'IIb', 'III', 'IV'))"); diff --git a/ext/pdo_mysql/tests/show_tables.phpt b/ext/pdo_mysql/tests/show_tables.phpt index dc95d5f5f7..90b07db32e 100644 --- a/ext/pdo_mysql/tests/show_tables.phpt +++ b/ext/pdo_mysql/tests/show_tables.phpt @@ -3,14 +3,14 @@ PDO MySQL SHOW TABLES --SKIPIF-- --FILE-- query('SHOW TABLES')); --EXPECT--