svn: /php/php-src/ branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt trunk/ext/mysqli/tests/bug55582.phpt
stas Tue, 06 Sep 2011 05:13:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316203
Log:
this tests looks mysqlnd only
Changed paths:
U php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt
U php/php-src/trunk/ext/mysqli/tests/bug55582.phpt
Modified: php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt 2011-09-06 05:04:37 UTC (rev 316202)
+++ php/php-src/branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt 2011-09-06 05:13:47 UTC (rev 316203)
@@ -5,6 +5,7 @@
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
require_once("connect.inc");
+if(!$IS_MYSQLND) die("skip This bug is for mysqlnd only");
?>
--FILE--
<?php
@@ -38,4 +39,4 @@
int(0)
NULL
int(1)
-done
\ No newline at end of file
+done
Modified: php/php-src/trunk/ext/mysqli/tests/bug55582.phpt
===================================================================
--- php/php-src/trunk/ext/mysqli/tests/bug55582.phpt 2011-09-06 05:04:37 UTC (rev 316202)
+++ php/php-src/trunk/ext/mysqli/tests/bug55582.phpt 2011-09-06 05:13:47 UTC (rev 316203)
@@ -5,6 +5,7 @@
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
require_once("connect.inc");
+if(!$IS_MYSQLND) die("skip This bug is for mysqlnd only");
?>
--FILE--
<?php
@@ -38,4 +39,4 @@
int(0)
NULL
int(1)
-done
\ No newline at end of file
+done
Thread (5 messages)
- Stanislav Malyshev