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:
Andy Lindeman 2003-05-03 14:30:40 +00:00
parent 0a99834677
commit 46ab0dea93

View file

@ -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>