From d0c49dec8da43da36e3a5c2299d89eedcd62ceb8 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 18 Nov 2020 00:04:47 +0000 Subject: [PATCH] Document MYSQLI_OPT_READ_TIMEOUT on mysqli::options page Patch contributed by daverandom. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351420 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/options.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli/options.xml b/reference/mysqli/mysqli/options.xml index 8c55868d92..cbc6e96e35 100644 --- a/reference/mysqli/mysqli/options.xml +++ b/reference/mysqli/mysqli/options.xml @@ -57,7 +57,11 @@ MYSQLI_OPT_CONNECT_TIMEOUT - connection timeout in seconds (supported on Windows with TCP/IP since PHP 5.3.1) + connection timeout in seconds + + + MYSQLI_OPT_READ_TIMEOUT + command execution result timeout in seconds MYSQLI_OPT_LOCAL_INFILE