u01jmg3 / ics-parser

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

Deprecation notice using PHP 8.1 #299

Closed mklemme1 closed 2 years ago

mklemme1 commented 2 years ago

I use PHP 8.1.3 and johngrogg/ics-parser (v3.1.0) via composer.

I get a deprecation notice

Deprecated: auto_detect_line_endings is deprecated in /local/home/klemme/ADFC/Wordpress/WordpressPlugins/adfc-kalender/vendor/johngrogg/ics-parser/src/ICal/ICal.php on line 500

I understand this will be removed in PHP 9. But perhaps you can have a look at it now anyway.

Thanks

s0600204 commented 2 years ago

Thank you for bringing this to our attention (for some reason this isn't showing up in my log files despite also running php 8.1.3.)


Further reading: