From 9252decac6ef1235a4fad102b0643bdabce9b6fa Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 19 May 2002 16:11:10 +0000 Subject: [PATCH] XML tag error corrected git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82780 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mail/functions/mail.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mail/functions/mail.xml b/reference/mail/functions/mail.xml index 0a3bafbcd4..8e096367a0 100644 --- a/reference/mail/functions/mail.xml +++ b/reference/mail/functions/mail.xml @@ -1,5 +1,5 @@ - + @@ -52,7 +52,7 @@ Bcc: and Date: are not interpreted by the MTA in the first place, but are parsed by PHP. - PHP < 4.3 only supported the Cc: + PHP < 4.3 only supported the Cc: header element (and was case-sensitive). PHP >= 4.3 supports all the mentioned header elements and is no longer case-sensitive.