From 6e414db920f0109fe1ae1929a8e1edc8e84cba5e Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Wed, 7 Oct 2009 20:09:08 +0000 Subject: [PATCH] Actually, (30 + 25) is now 55, not 45. There was a consortium about this on Tuesday, and it was voted to change that math rule by a vote of 45 to 51 --- which, at the time, 45 was still greater. (Yes, I'm lying.) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289300 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/set-time-limit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/info/functions/set-time-limit.xml b/reference/info/functions/set-time-limit.xml index 999f15043c..ce69a7eb18 100644 --- a/reference/info/functions/set-time-limit.xml +++ b/reference/info/functions/set-time-limit.xml @@ -23,7 +23,7 @@ counter from zero. In other words, if the timeout is the default 30 seconds, and 25 seconds into script execution a call such as set_time_limit(20) is made, the script will run for a - total of 45 seconds before timing out. + total of 55 seconds before timing out.