mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
fix test after newly introduced constant
This commit is contained in:
parent
094bcdff8b
commit
9f045cd40e
@ -111,6 +111,7 @@ require_once('skipifconnectfailure.inc');
|
||||
$expected_constants['MYSQLI_OPT_NET_READ_BUFFER_SIZE'] = true;
|
||||
$expected_constants['MYSQLI_ASYNC'] = true;
|
||||
|
||||
$expected_constants['MYSQLI_SERVER_PS_OUT_PARAMS'] = true;
|
||||
} else {
|
||||
$version = mysqli_get_client_version();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user