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 75b770e commit f06ae2bCopy full SHA for f06ae2b
ext/pdo_mysql/tests/gh20122.phpt
@@ -8,6 +8,7 @@ pdo_mysql
8
require __DIR__ . '/config.inc';
9
require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
10
PDOTest::skip();
11
+if (!MySQLPDOTest::isPDOMySQLnd()) die('skip only for mysqlnd');
12
?>
13
--FILE--
14
<?php
0 commit comments