Author: ahristov
Date: 2007-07-05 17:28:19 +0200 (Thu, 05 Jul 2007)
New Revision: 651
Modified:
trunk/tests/ext/mysqli/mysqli_query_unicode.phpt
Log:
Skip this test now in Unicode mode as libmysql is buggy.
Well only small part of the test fails, but if I make it work
to skip that part we are going to forget it. Make it more explicit
with direkt SKIP
Modified: trunk/tests/ext/mysqli/mysqli_query_unicode.phpt
===================================================================
--- trunk/tests/ext/mysqli/mysqli_query_unicode.phpt 2007-07-05 14:33:00 UTC (rev 650)
+++ trunk/tests/ext/mysqli/mysqli_query_unicode.phpt 2007-07-05 15:28:19 UTC (rev 651)
@@ -1,6 +1,7 @@
--TEST--
mysqli_query()
--SKIPIF--
+<?php if (!stristr(mysqli_get_client_info(), "mysqlnd") &&
ini_get('unicode.semantics')) die('skip libmysql bug #29576');?>
<?php require_once('skipif.inc'); ?>
<?php require_once('skipifemb.inc'); ?>
--FILE--
| Thread |
|---|
| • PHP mysqlnd svn commit: r651 - trunk/tests/ext/mysqli | ahristov | 5 Jul |