u01jmg3 / ics-parser

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

Deprecated function 'auto_detect_line_endings' in ini_set for php 8 #325

Closed hcrofts7527 closed 12 months ago

hcrofts7527 commented 1 year ago

After upgrading to php 8 this error appeared.

Deprecated function: auto_detect_line_endings is deprecated in ICal\ICal->__construct() (line 500 of /var/www0/vendor/johngrogg/ics-parser/src/ICal/ICal.php)

For now it looks like just the 'auto_detect_line_endings' is deprecated, but it looks like the INI directive will be removed completely in php 9 according to https://php.watch/versions/8.1/auto_detect_line_endings-ini-deprecated

u01jmg3 commented 1 year ago

We already have this from #299 (for PHP 8.1 which even the link you've given refers to):

https://github.com/u01jmg3/ics-parser/blob/15d7f0d8d90be99b791fac48c12f1abd74441206/src/ICal/ICal.php#L508-L510

u01jmg3 commented 12 months ago

Closing due to inactivity