From: Ulf Wendel Date: Fri, 29 May 2009 13:12:24 +0000 (+0000) Subject: Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does... X-Git-Tag: php-5.4.0alpha1~191^2~3449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce638000ae2b84d4201e551a27b0ab3a7ea7fdf2;p=php Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does... --- diff --git a/ext/mysqli/tests/bug44897.phpt b/ext/mysqli/tests/bug44897.phpt index 616e24ec41..058468c10b 100644 --- a/ext/mysqli/tests/bug44897.phpt +++ b/ext/mysqli/tests/bug44897.phpt @@ -1,10 +1,15 @@ --TEST-- -Bug #44879 ( failed to prepare statement) +Bug #44879 (failed to prepare statement) --SKIPIF-- prepare('SELECT label FROM test WHERE id = ?'); if (!is_object($stmt2)) { - printf("[007] Failed to create new statement object\n"); + printf("[007] Failed to create new statement object, [%d] %s\n", + $link->errno, $link->error); } else {