-
-
Notifications
You must be signed in to change notification settings - Fork 859
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
PHP 7.1 - PHP Warning: file_get_contents() #1584
Milestone
Comments
I'm seeing the same error in "/p/api/pshb.php" with PHP 7.1:
|
Thanks for the bug reports. Could you please try this fix? #1585 |
Thanks, the warning messages are gone in my logs after applying the fix. |
Alkarex
added a commit
to Alkarex/FreshRSS
that referenced
this issue
Jun 20, 2017
javerous
pushed a commit
to javerous/FreshRSS
that referenced
this issue
Jan 20, 2020
javerous
pushed a commit
to javerous/FreshRSS
that referenced
this issue
Jan 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When using greader API with PHP 7.1, there is some warning in my nginx error log :
With PHP 7.0 this warning don't occur.
It seems that file_get_contents() got updated with PHP 7.1, and FreshRSS php code should be updated : neos/flow-development-collection#821
The text was updated successfully, but these errors were encountered: