From: Ulf Wendel Date: Mon, 21 Sep 2009 10:16:44 +0000 (+0000) Subject: Not nice but neither the MySQL Client Library not mysqlnd are supposed to detect... X-Git-Tag: php-5.4.0alpha1~191^2~2633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c8262069fd4788bafdc752ceb23cddd7df01f4a;p=php Not nice but neither the MySQL Client Library not mysqlnd are supposed to detect invalid flags. Therefore: fixing test --- 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();