Add mail()

fifth parameter is not allowed in safe mode


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139740 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Vincent Gevers 2003-09-06 14:19:12 +00:00
parent 337879f5b7
commit a5aa27856c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.42 $ -->
<!-- $Revision: 1.43 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@ -593,10 +593,18 @@ Warning: readfile() has been disabled for security reasons in
</entry>
</row>
<row>
<entry>Any function that uses
<filename>php4/main/fopen_wrappers.c</filename>
</entry>
<entry>??</entry>
<entry>
<function>mail</function>
</entry>
<entry>
In safe mode, the fifth parameter is disabled. (note: only affected since PHP 4.2.3)
</entry>
</row>
<row>
<entry>Any function that uses
<filename>php4/main/fopen_wrappers.c</filename>
</entry>
<entry>??</entry>
</row>
</tbody>
</tgroup>