Skip to content

Commit a39edab

Browse files
committed
Skip float truncation test under libmysql
We don't return native types for libmysql, so this test doesn't make sense.
1 parent f0858d8 commit a39edab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/pdo_mysql/tests/bug79596.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require_once(__DIR__ . DIRECTORY_SEPARATOR . 'skipif.inc');
66
require_once(__DIR__ . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
77
MySQLPDOTest::skip();
88
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');
910
?>
1011
--FILE--
1112
<?php

0 commit comments

Comments
 (0)