mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding set_time_limit to the functions affected by safe mode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125560 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a99834677
commit
46ab0dea93
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<chapter id="features.safe-mode">
|
||||
<title>Safe Mode</title>
|
||||
|
||||
|
@ -545,6 +545,15 @@ Warning: readfile() has been disabled for security reasons in
|
|||
&sm.uidcheck; &sm.uidcheck.dir; (note: only affected since PHP 4.2.1)
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<function>set_time_limit</function>
|
||||
</entry>
|
||||
<entry>
|
||||
<function>set_time_limit</function> has no effect 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