From dc1e7d6d6dd256b3fa2d06deeb7ea88da3b7fed5 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Mon, 21 Sep 2009 10:16:44 +0000 Subject: [PATCH] Not nice but neither the MySQL Client Library not mysqlnd are supposed to detect invalid flags. Therefore: fixing test --- ext/mysqli/tests/mysqli_stmt_attr_set.phpt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ext/mysqli/tests/mysqli_stmt_attr_set.phpt b/ext/mysqli/tests/mysqli_stmt_attr_set.phpt index 810f19fdaa..1964fe82d0 100644 --- a/ext/mysqli/tests/mysqli_stmt_attr_set.phpt +++ b/ext/mysqli/tests/mysqli_stmt_attr_set.phpt @@ -1,5 +1,5 @@ --TEST-- -mysqli_stmt_attr_set() - KNOWN ISSUE: mysqlnd does not check for invalid codes +mysqli_stmt_attr_set() - mysqlnd does not check for invalid codes --SKIPIF-- close(); -- 2.40.0