Setting auto_detect_line_endings is explicitly recommended by the php documentation.
However, I cannot fathom why you would want to delimit lines with \r in 2010. If possible, convert them to the UNIX-style \n.
Setting auto_detect_line_endings is explicitly recommended by the php documentation.
However, I cannot fathom why you would want to delimit lines with \r in 2010. If possible, convert them to the UNIX-style \n.