summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
diff options
context:
space:
mode:
authorPierrick Charron <pierrick@php.net>2009-12-03 15:24:43 +0000
committerPierrick Charron <pierrick@php.net>2009-12-03 15:24:43 +0000
commite2efe4bc7b96febe5b7938128ea6b1ce8f605cf3 (patch)
tree0a42c6541af99963042e5e7bfeebd4c1a0e17825 /ext/pdo_mysql
parent7914d298b411dc57a95049fc38698fa6c1785fe5 (diff)
downloadphp-git-e2efe4bc7b96febe5b7938128ea6b1ce8f605cf3.tar.gz
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
Diffstat (limited to 'ext/pdo_mysql')
-rw-r--r--ext/pdo_mysql/tests/bug_45120.phpt2
1 files changed, 0 insertions, 2 deletions
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