mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
fix test
This commit is contained in:
parent
d7d01fc9a3
commit
d160e98feb
1 changed files with 4 additions and 0 deletions
|
@ -199,6 +199,10 @@ require_once('skipifconnectfailure.inc');
|
|||
$expected_constants["MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS"] = true;
|
||||
}
|
||||
|
||||
if ($IS_MYSQLND) {
|
||||
$expected_constants["MYSQLI_TYPE_JSON"] = true;
|
||||
}
|
||||
|
||||
$unexpected_constants = array();
|
||||
|
||||
foreach ($constants as $group => $consts) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue