-
Notifications
You must be signed in to change notification settings - Fork 43
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
Incompatibilities with php 8.2 - 1.13.0 dev #507
Comments
Hi @jarobase thanks a lot for your issue. Can you try this branch https://github.com/LeedRSS/Leed/tree/fix/php82-deprecations ? |
It is working ! All the warnings disappeared. Thanks a lot. |
This morning I faced other warnings. These are not blocking. What do you
think? I can pull if needed.
*Deprecated*: strpos(): Passing null to parameter #1 ($haystack) of type
string is deprecated in */var/www/html/secure/leed/Feed.class.php* on line
*167*
*Deprecated*: strpos(): Passing null to parameter #1 ($haystack) of type
string is deprecated in */var/www/html/secure/leed/Feed.class.php* on line
*169*
*Deprecated*: strpos(): Passing null to parameter #1 ($haystack) of type
string is deprecated in */var/www/html/secure/leed/Feed.class.php* on line
*169*
*Deprecated*: strpos(): Passing null to parameter #1 ($haystack) of type
string is deprecated in */var/www/html/secure/leed/Feed.class.php* on line
*171*
Le sam. 15 juil. 2023 à 16:41, Simon Alberny ***@***.***> a
écrit :
… Hi @jarobase <https://github.com/jarobase> thanks a lot for your issue.
Can you try this branch
https://github.com/LeedRSS/Leed/tree/fix/php82-deprecations ?
—
Reply to this email directly, view it on GitHub
<#507 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDVBQA42THXWSTTYJFLBFTXQKTY3ANCNFSM6AAAAAA2LHODP4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yep, it's on my list. I will take care of this as soon as possible. |
Can you try it with my last commit, please? |
I am using Leed behind a php:8.2-apache docker container.
Leed is not the only php application running.
When I try to update the feeds, I get this error:
It is impossible to display the articles. If I remove the ?action=readAll parameter, I can see the articles with the following warnings:
The text was updated successfully, but these errors were encountered: