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