[PHP] Newline features and differences between php3 and php4

2002-04-18 Thread Chris Hall
Morning all, I'm using the mail() function on a project for a client. His hosting provider currently offers php3, meanwhile I've been developing in php4. So far, I don't haven't found any problems other than the following: In php4, inside the mail function I use newline definitions to

Re: [PHP] Newline features and differences between php3 and php4

2002-04-18 Thread Miguel Cruz
On Thu, 18 Apr 2002, Chris Hall wrote: I'm using the mail() function on a project for a client. His hosting provider currently offers php3, meanwhile I've been developing in php4. So far, I don't haven't found any problems other than the following: In php4, inside the mail function I use

Re: [PHP] Newline features and differences between php3 and php4

2002-04-18 Thread Jason Wong
On Friday 19 April 2002 04:58, Richard Archer wrote: Note that (IMHO) the manual page for mail() is wrong. I believe the line endings used to separate headers should be the system's native line endings. Not \r\n. Using \r\n on a Unix box can cause some MTA's (qmail, in particular) to imagine