Auto_detect_line_endings - Are there any side effects?
I am writing a script that processes CSV and I found that the auto_detect_line_endings setting seems to be fine for handling CSV generated on Macs.
Are there any possible disadvantages or side effects to changing this setting? I didn't seem to notice anyone (which begs the question, why don't you wear it?)
ini_set('auto_detect_line_endings', true);
+3
source to share