We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0858d8 commit a39edabCopy full SHA for a39edab
ext/pdo_mysql/tests/bug79596.phpt
@@ -6,6 +6,7 @@ require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
6
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
7
MySQLPDOTest::skip();
8
if (!setlocale(LC_ALL, 'de_DE', 'de-DE')) die('skip German locale not available');
9
+if (!MySQLPDOTest::isPDOMySQLnd()) die('skip libmysql returns result as string');
10
?>
11
--FILE--
12
<?php
0 commit comments