mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
optimize skip condition for the test
This commit is contained in:
@@ -5,8 +5,8 @@ mysqli
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once 'skipifconnectfailure.inc';
|
||||
if (stristr(mysqli_get_client_info(), 'mysqlnd')) {
|
||||
die("skip: only applicable for libmysqlclient");
|
||||
if ($IS_MYSQLND) {
|
||||
die("skip only applicable for libmysqlclient");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
|
||||
Reference in New Issue
Block a user