Paul James - 2008-01-16

Logged In: YES
user_id=774615
Originator: NO

Hi Roger,

Thanks for the report. I theory, and correct me if I'm wrong, the test PHP script should contain only \n line endings no matter which platform it is used on. Maybe the Windows PHP interpreter changes the \n to \r\n during processing although that sounds unlikely.

A simple and possible better solution is to explicitly include the new line chars in the string, I will make this change to the test to remove the likelihood of this occurring no matter what the cause.