Re: [PHP-DEV] mail() and header folding/line endings

2009-08-28 Thread Chris Smith
Richard Lynch wrote: >> Then Chris Smith wrote: >> It is simple to detect the method used, SMTP is used if sendmail_path >> is empty and the system is Windows, otherwise sendmail is used. > > I think you should revise this to be "if sendmail_path is empty". >

Re: [PHP-DEV] mail() and header folding/line endings

2009-08-21 Thread Chris Smith
it invalid. This is why it is imperative to be able to fold the Subject and To headers in PHP, which is where it should be done. Regards, Chris [1] http://bugs.php.net/bug.php?id=22355 [2] http://tools.ietf.org/html/rfc2047 -- Chris Smith -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] mail() and header folding/line endings

2009-08-21 Thread Chris Smith
t/standard/mail.c?view=markup#l56 -- Chris Smith -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP] Problem

2006-03-16 Thread chris smith
On 3/16/06, Bikram Suri <[EMAIL PROTECTED]> wrote: > Hi, > > I do phpinfo(); and I see the include path set to c:\php5\Pear. I have wamp > installed on my machine but before wamp I had done a standalone installation > of PHP 5 in c:\PHP5 diretory. I have since uninstalled it and deleted the > c:\PH