Having issues with auto_detect_line_endings seemingly not taking effect in your PHP Script?Try the following - add “auto_detect_line_endings On” to your php.ini file. Restart your webserver. And most importantly - REMOVE auto_detect_line_endings from all your scripts. Its presence seems to cause auto_detect_line_endings to cease working.Also make sure you are using auto_detect_line_endings and not auto-detect-line-endings and “On” instead of “1″ - some documentation references this incorrectly!