From 13d92e6957d8ce800c5a5a9056b1dac9d8d2bc0c Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Fri, 29 May 2009 13:12:39 +0000 Subject: [PATCH] MFH - Skip test for libmysql. The MySQL C-API does not support it, mysqlnd does... --- ext/mysqli/tests/bug44897.phpt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 { -- 2.50.1