Re: svn: /php/php-src/ branches/PHP_5_4/ext/mysqli/tests/bug55582.phpt trunk/ext/mysqli/tests/bug55582.phpt
Hi Stas,
this bug was really mysqli@mysqlnd. No other tests test this, this is why we were not able to catch this before. Therefore, it should be enabled also for libmysql, because it checks right behavior. It's about regression testing, and if libmysql fails someday on this, we should be able to catch it.
Andrey
On 09/06/2011 07:13 AM, Stanislav Malyshev wrote:
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)