u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
448 stars 144 forks source link

Accept any line endings in initString() #267

Closed boryn closed 4 years ago

boryn commented 4 years ago

$string can come from any external source and may use any line endings, not necessarily the ones used by our system

(using PHP_EOL for the string with other line endings will simply not result in exploding the string at all)