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
This commit is contained in:
Daniel P. Brown 2009-10-07 20:09:08 +00:00
parent 040d744f9f
commit 6e414db920

View file

@ -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
<literal>set_time_limit(20)</literal> is made, the script will run for a
total of 45 seconds before timing out.
total of 55 seconds before timing out.
</para>
</refsect1>