I've been having trouble trying to understand the differences in the php file line endings as some of my pages don't display at all.
I opened some of the php files on my new installation using my editor in binary mode and see 0D 0D 0A at the end of every line of every file. My sever is Linux but I edit on my windows PC.
When I edit a php file on my windows box do I make sure and save it in a Linux format before uploading it? I assume that is the correct way to do it?
Do I need to run a utility and replace those 0D 0D 0A chars with just 0A to make them all Linux compatible php files?
And finally what is that format where each line ends with 0D 0D 0A?



