From 3c87f848f5812c21444434f95a00edf031211481 Mon Sep 17 00:00:00 2001 From: Anthony Bedford Date: Mon, 13 Sep 2010 14:09:25 +0000 Subject: [PATCH] Added note as per bug #49511 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303320 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/ini.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/mysqli/ini.xml b/reference/mysqli/ini.xml index 3bdd429553..76c7ac2a1c 100644 --- a/reference/mysqli/ini.xml +++ b/reference/mysqli/ini.xml @@ -242,6 +242,12 @@ + + Users cannot set MYSQL_OPT_READ_TIMEOUT through an API + call or runtime configuration setting. Note that if it were possible there + would be differences between how libmysql and + streams would interpret the value of MYSQL_OPT_READ_TIMEOUT. +