litespeedtech / lscache-opencart

GNU General Public License v3.0
26 stars 23 forks source link

explode(PHP_EOL, $str) not work correctly when URLs or UAs lists saved from browser on Windows platform #16

Open AndreyPopovNew opened 3 years ago

AndreyPopovNew commented 3 years ago

explode(PHP_EOL, $str) not work correctly when lists of URLs or UAs saved from Windows platform!!!!!!

find recommendation replace with preg_split('/\n|\r\n?/', $str);