From: Ulf Wendel Date: Tue, 22 Nov 2011 16:52:42 +0000 (+0000) Subject: Skipping with libmysql. If a documentation points to more or less unmaintained wiki... X-Git-Tag: php-5.4.0RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6502de5d07e94899bb0604b2f85cbafe8310c1d;p=php Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing. --- diff --git a/ext/mysqli/tests/mysqli_debug_append.phpt b/ext/mysqli/tests/mysqli_debug_append.phpt index f15365f2ec..f916995464 100644 --- a/ext/mysqli/tests/mysqli_debug_append.phpt +++ b/ext/mysqli/tests/mysqli_debug_append.phpt @@ -14,6 +14,9 @@ if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) die("skip: debug functionality not enabled"); + +if (!$IS_MYSQLND) + die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation"); ?> --FILE-- --FILE-- --FILE--