From c3c06b92f988c4df3b0e67d04722271b936a5e1c Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Thu, 20 Oct 2016 12:51:18 +0200 Subject: [PATCH] Fixed test to accept MYSQLI_OPT_READ_TIMEOUT The new constant has been added in 7108db30 --- ext/mysqli/tests/mysqli_constants.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt index cc5fa9f1c4..e1bbe21e96 100644 --- a/ext/mysqli/tests/mysqli_constants.phpt +++ b/ext/mysqli/tests/mysqli_constants.phpt @@ -20,6 +20,7 @@ require_once('skipifconnectfailure.inc'); 'MYSQLI_READ_DEFAULT_FILE' => true, 'MYSQLI_OPT_CONNECT_TIMEOUT' => true, 'MYSQLI_OPT_LOCAL_INFILE' => true, + 'MYSQLI_OPT_READ_TIMEOUT' => true, 'MYSQLI_INIT_COMMAND' => true, 'MYSQLI_CLIENT_SSL' => true, "MYSQLI_CLIENT_COMPRESS" => true, -- 2.50.1