Added max_execution_time and slightly modified set_time_limit.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-05-13 03:04:59 +00:00
parent d9c91f0bab
commit 8f31d14f92

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.35 $ -->
<!-- $Revision: 1.36 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@ -550,10 +550,17 @@ Warning: readfile() has been disabled for security reasons in
<function>set_time_limit</function>
</entry>
<entry>
<function>set_time_limit</function> has no effect when PHP is running
in &safemode;.
Has no affect when PHP is running in &safemode;.
</entry>
</row>
<row>
<entry>
<link linkend="ini.max-execution-time">max_execution_time</link>
</entry>
<entry>
Has no affect when PHP is running in &safemode;.
</entry>
</row>
<row>
<entry>Any function that uses
<filename>php4/main/fopen_wrappers.c</filename>