]> granicus.if.org Git - php/commitdiff
Skipping with libmysql. If a documentation points to more or less unmaintained wiki...
authorUlf Wendel <uw@php.net>
Tue, 22 Nov 2011 16:52:42 +0000 (16:52 +0000)
committerUlf Wendel <uw@php.net>
Tue, 22 Nov 2011 16:52:42 +0000 (16:52 +0000)
ext/mysqli/tests/mysqli_debug_append.phpt
ext/mysqli/tests/mysqli_debug_control_string.phpt
ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt

index f15365f2ecf86727b3fc21e886125cc70bcb5122..f9169954646157987e3b977dfc5074f025c5c833 100644 (file)
@@ -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--
 <?php
index 20556df0499af3bcb9670c5ad68c9d4913c83b74..42a802d81a9906ea8795ffd1f3880d8da1630af5 100644 (file)
@@ -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--
 <?php
index 5b66ee26df88442f365df009500604320aaf5d53..1de2eebb2ef0a801ca896aa0f760b22bfa43fa62 100644 (file)
@@ -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--
 <?php