diff --git a/reference/info/functions/set-time-limit.xml b/reference/info/functions/set-time-limit.xml index dd7784854a..8662b3e49f 100644 --- a/reference/info/functions/set-time-limit.xml +++ b/reference/info/functions/set-time-limit.xml @@ -1,5 +1,5 @@ - + @@ -27,11 +27,13 @@ such as set_time_limit(20) is made, the script will run for a total of 45 seconds before timing out. - - set_time_limit has no effect when PHP is - running in &safemode;. There is no workaround other than turning - off safe mode or changing the time limit in the &php.ini;. - + + + set_time_limit has no effect when PHP is + running in &safemode;. There is no workaround other than turning + off safe mode or changing the time limit in the &php.ini;. + + The set_time_limit function and the diff --git a/reference/info/ini.xml b/reference/info/ini.xml index cc155373cc..228f841299 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -175,6 +175,11 @@ set_time_limit function for more details. + + You can not change this setting with ini_set when + running in &safe_mode;. The only workaround is to turn off safe mode or + by changing the time limit in the &php.ini;. +