Re: PEAR::SOAP and Delphi (for anyone who cares)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks, I'll test it out with Delphi.  The 0d 0a values are what it is
expecting and although delphi interprets \r\n as \x0d\x0a
If there's a better, or more cross-platform reliable way then I'll do it
that way.

Thanks again,

Dave

"Bill Moran" <wmoran@potentialtech.com> wrote in message
3FE384DF.8060104@potentialtech.com">news:3FE384DF.8060104@potentialtech.com...
> Dave Dykshoorn wrote:
>
> <snip>
>
> > 2.  edit Base.php change line 49 (bug in Base.php) from
> >         define('MAIL_MIMEPART_CRLF',"\n");
> >     to
> >         define('MAIL_MIMEPART_CRLF',"\r\n");
>
> In my experience, this would be more cross-platform reliable as:
> define('MAIL_MIMEPART_CRLF',"\x0d\x0a");
>
> Since \n can mean different things on different platforms, it's
> possible that "\r\n" could expand to "\x0d\x0d\x0a".
>
> -- 
> Bill Moran
> Potential Technologies
> http://www.potentialtech.com

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux