From 5e2b341569ae0a84e38f5a2b69811a60d0f1053d Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Sun, 23 Feb 2014 08:15:34 +0000 Subject: [PATCH] fix #66747 incorrect information git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332879 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/ini.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/info/ini.xml b/reference/info/ini.xml index 36e071c69b..4ad710530e 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -233,8 +233,8 @@ This sets the maximum time in seconds a script is allowed to - parse input data, like POST and GET. It is measured from the moment of - receiving all data on the server to the start of script execution. + parse input data, like POST and GET. Timing begins at the moment PHP + is invoked at the server and ends when execution begins.