mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
Those will fail with MySQL 5.5. Running them because they have unveiled a crash, which has been fixed already. Setting to XFAIL, need to be decide if and/or how the functionality shall be supported.
This commit is contained in:
parent
5e661cf904
commit
496d6d45e9
@ -123,6 +123,8 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
||||
|
||||
mysqli_close($link);
|
||||
?>
|
||||
--XFAIL--
|
||||
Unsupported and undefined, under development
|
||||
--EXPECTF--
|
||||
[010] More results: yes
|
||||
[011] Next result: yes
|
||||
|
@ -73,6 +73,8 @@ if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
|
||||
|
||||
mysqli_close($link);
|
||||
?>
|
||||
--XFAIL--
|
||||
Unsupported and undefined, under development
|
||||
--EXPECTF--
|
||||
[008] More results: %s
|
||||
[009] Next results: %s
|
||||
|
Loading…
Reference in New Issue
Block a user