mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d9c91f0bab
commit
8f31d14f92
1 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue