From f4358b139265dea21c74e2f95b153d76236a5b34 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sat, 19 May 2001 20:46:56 +0000 Subject: [PATCH] - deprecated connection_timeout (it was script_timeout in fact) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47892 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/misc.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/functions/misc.xml b/functions/misc.xml index ebb27d2bf7..caa192b3f3 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -62,12 +62,26 @@ Description - int connection_timeout + bool connection_timeout - Returns true if script timed out. See the + + Deprecated + + This function is deprecated, and doesn't even exist anymore + as of 4.0.5. + + + + + + See the Connection Handling description in the Features chapter for a complete explanation.