tontof / kriss_feed

A simple and smart (or stupid) feed reader
279 stars 52 forks source link

Some functions deprecated in php 8.1 #435

Open JohnDarkhorse opened 1 year ago

JohnDarkhorse commented 1 year ago

After every RSS feed entry, I get the following chain of errors:



Deprecated: Function strftime() is deprecated in /var/www/html/kriss/index.php on line 593

Deprecated: Function strftime() is deprecated in /var/www/html/kriss/index.php on line 597

Deprecated: Function strftime() is deprecated in /var/www/html/kriss/index.php on line 597

Deprecated: Function strftime() is deprecated in /var/www/html/kriss/index.php on line 598

Deprecated: Function strftime() is deprecated in /var/www/html/kriss/index.php on line 598```
tontof commented 1 year ago

Hi, this warning has been removed with this commit: https://github.com/tontof/kriss_feed/commit/00b711125c60749b7296d1412207858ec9355526 You have to use the index.php file in src as I did not release yet on main index.php https://github.com/tontof/kriss_feed/blob/master/src/index.php