]> granicus.if.org Git - php/commitdiff
MFH - Asynchronous queries are mysqlnd only. If you want them with libmysql, ping...
authorUlf Wendel <uw@php.net>
Thu, 28 May 2009 18:57:34 +0000 (18:57 +0000)
committerUlf Wendel <uw@php.net>
Thu, 28 May 2009 18:57:34 +0000 (18:57 +0000)
ext/mysqli/tests/bug47050.phpt

index 7d936e71d6c22d750cf8ec907924090e1eb620fa..65b677aed9eb0253ebb8ce338a5c1a8038e4eef3 100644 (file)
@@ -4,6 +4,9 @@ Bug #47050 (mysqli_poll() modifies improper variables)
 <?php
 require_once('skipif.inc');
 require_once('skipifconnectfailure.inc');
+if (!defined("MYSQLI_ASYNC")) {
+       die("skip mysqlnd only");
+}
 ?>
 --FILE--
 <?php