uw Thu May 28 18:57:34 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mysqli/tests bug47050.phpt
Log:
MFH - Asynchronous queries are mysqlnd only. If you want them with libmysql,
ping JimW who works on Connector/C.
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug47050.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/mysqli/tests/bug47050.phpt
diff -u php-src/ext/mysqli/tests/bug47050.phpt:1.1.2.2
php-src/ext/mysqli/tests/bug47050.phpt:1.1.2.3
--- php-src/ext/mysqli/tests/bug47050.phpt:1.1.2.2 Mon Jan 12 14:04:32 2009
+++ php-src/ext/mysqli/tests/bug47050.phpt Thu May 28 18:57:34 2009
@@ -4,6 +4,9 @@
<?php
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
+if (!defined("MYSQLI_ASYNC")) {
+ die("skip mysqlnd only");
+}
?>
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php