I am developing on PHPandAPACHE on windows xampp environment.
I have some files I read and write to.
I do use definitions of NEWLINES (\r\n for Windows, \n for UNIX), but isn't it that when I port to UNIX I am going to have to convert all these files to UNIX text formats?
Is this not a door to lots of weird annoying bugs ?
Thanks