We'd pretty much need to put the entire test into skipif for that,
plus this is a rather unusual situation.
On 18-Jul-06, at 2:48 AM, Marcus Boerger wrote:
Hello Ilia,
can't we detect that situation in skipif? I do not see any sense in
getting error reports where the problem is actualyl an incompatibility
in the database and its client access library.
best regards
marcus
Tuesday, July 18, 2006, 2:09:01 AM, you wrote:
iliaa Tue Jul 18 00:09:01 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/mysqli/tests 013.phpt
Log:
Added possible failure note.
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/013.phpt?
r1=1.4.2.1&r2=1.4.2.1.2.1&diff_format=u
Index: php-src/ext/mysqli/tests/013.phpt
diff -u php-src/ext/mysqli/tests/013.phpt:1.4.2.1
php-src/ext/mysqli/tests/013.phpt:1.4.2.1.2.1
--- php-src/ext/mysqli/tests/013.phpt:1.4.2.1 Wed Nov 30
15:26:41 2005
+++ php-src/ext/mysqli/tests/013.phpt Tue Jul 18 00:09:01 2006
@@ -1,5 +1,5 @@
--TEST--
-mysqli fetch mixed / mysql_query
+mysqli fetch mixed / mysql_query (may fail when using 4.1 library
with 5.x server)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
Best regards,
Marcus
Ilia Alshanetsky