From c9c2740c541285349dd646345b90ca4a79f4a2bf Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 19 Dec 2012 01:27:48 +0000 Subject: [PATCH] Make the line endings recommended in mail() consistent in all the parameters. Fixes doc bug #63778 (RFC-2822 does NOT permit LF without CR). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328840 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mail/functions/mail.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mail/functions/mail.xml b/reference/mail/functions/mail.xml index ca5a0556f5..6dd9c62999 100644 --- a/reference/mail/functions/mail.xml +++ b/reference/mail/functions/mail.xml @@ -63,8 +63,8 @@ Message to be sent. - Each line should be separated with a LF (\n). Lines should not be larger - than 70 characters. + Each line should be separated with a CRLF (\r\n). Lines should not be + larger than 70 characters. @@ -208,10 +208,10 @@ $text = str_replace("\n.", "\n..", $text);