From: Ulf Wendel Date: Fri, 29 May 2009 13:12:39 +0000 (+0000) Subject: MFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does... X-Git-Tag: php-5.3.0RC3~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13d92e6957d8ce800c5a5a9056b1dac9d8d2bc0c;p=php MFH - 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 {