Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some functions deprecated in php 8.1 #435

Open
JohnDarkhorse opened this issue Sep 5, 2022 · 1 comment
Open

Some functions deprecated in php 8.1 #435

JohnDarkhorse opened this issue Sep 5, 2022 · 1 comment

Comments

@JohnDarkhorse
Copy link

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
Copy link
Owner

tontof commented Sep 14, 2022

Hi, this warning has been removed with this commit: 00b7111
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants