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