mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Document newly added security measurement for mail() and fifth parameter.
# Couldn't build the xml source, someone please verify, thx. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93278 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c372bba737
commit
dc4fec336d
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/mail.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mail">
|
||||
<refnamediv>
|
||||
|
@ -115,7 +115,10 @@ mail("nobody@example.com", "the subject", $message,
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This fifth parameter was added in PHP 4.0.5.
|
||||
This fifth parameter was added in PHP 4.0.5. Since PHP 4.2.3 this
|
||||
parameter is disabled in <link linkend="ini.safe-mode">safe_mode</link>
|
||||
and the <function>mail</function> function will expose a warning message
|
||||
and return &false; if you're trying to use it.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue