[PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc or bcc as in the manual instructions

2001-05-21 Thread joel
Whichever is decided, \r\n or just \n, it should be uniform across platforms so you don't have to re-write code when switching from linux to windows or vice versa. Or even from the cgi version to the isapi version. [EMAIL PROTECTED] At 03:06 AM 5/21/01 +, you wrote: ID: 9859 Updated by:

Re: [PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc or bcc as in the manual instructions

2001-05-21 Thread Daniel Beckham
Does it even need to force you to use one over the other? Can it not simply accept both forms? Daniel - Original Message - From: [EMAIL PROTECTED] To: Bug Database [EMAIL PROTECTED] Sent: Monday, May 21, 2001 3:28 AM Subject: [PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc

[PHP-DEV] Re: Bug #9859 Updated: mail() doesn't send cc or bcc as in the manual instructions

2001-05-21 Thread joel
Well If I may add my two cents here. I think the blasted thing need to be recompiled correctly instead of just changing the documentation so it matches bad programming code. Of course changing the documentation to read: undocumented bad code resulting in undocumented bad function behavior