kriss_feed icon indicating copy to clipboard operation
kriss_feed copied to clipboard

Some functions deprecated in php 8.1

Open JohnDarkhorse opened this issue 1 year ago • 1 comments

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```

JohnDarkhorse avatar Sep 05 '22 00:09 JohnDarkhorse

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

tontof avatar Sep 14 '22 07:09 tontof