Ok, now I got it. I already knew that the newline is coded differently in Unix/Win/Mac. But I did not know, that in PHP on Win32 "\n" is 0D 0A when outputed, but 0A otherwise. Confusing... Hannes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] bug? file(), newline (\n) comparison Hannes Schmiderer
- Re: [PHP] bug? file(), newline (\n) comparison Chris Lee
- Hannes Schmiderer