Added a few other functions disabled by safe mode.

This list should be reordered alphabetically,
and checked with sources.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51422 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-07-13 16:24:55 +00:00
parent 489af1563c
commit 8a45320cfe

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<chapter id="features.safe-mode">
<title>Safe mode</title>
@ -203,6 +203,26 @@ Warning: readfile() has been disabled for security reasons in
<entry><function>getallheaders</function></entry>
<entry>??</entry>
</row>
<row>
<entry><function>exec</function></entry>
<entry>??</entry>
</row>
<row>
<entry><function>system</function></entry>
<entry>??</entry>
</row>
<row>
<entry><function>passthru</function></entry>
<entry>??</entry>
</row>
<row>
<entry><function>mail</function></entry>
<entry>??</entry>
</row>
<row>
<entry><link linkend="language.operators.execution">backtick operator</link></entry>
<entry>??</entry>
</row>
<row>
<entry>Any function that uses
<filename>php4/main/fopen_wrappers.c</filename>