From e2efe4bc7b96febe5b7938128ea6b1ce8f605cf3 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Thu, 3 Dec 2009 15:24:43 +0000 Subject: Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement). --- ext/pdo_mysql/tests/bug_45120.phpt | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pdo_mysql') diff --git a/ext/pdo_mysql/tests/bug_45120.phpt b/ext/pdo_mysql/tests/bug_45120.phpt index 0e46d5eafd..db5da823f7 100644 --- a/ext/pdo_mysql/tests/bug_45120.phpt +++ b/ext/pdo_mysql/tests/bug_45120.phpt @@ -42,8 +42,6 @@ bug_45120($db); print "done!"; ?> ---XFAIL-- -This is an open PDO bug. It is not a PDO_MYSQL bug --EXPECT-- Emulated Prepared Statements Native Prepared Statements -- cgit v1.2.1