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

update to php 7 broke af_zz_imgproxy #17

Closed
CorePoint opened this issue Oct 5, 2017 · 3 comments
Closed

update to php 7 broke af_zz_imgproxy #17

CorePoint opened this issue Oct 5, 2017 · 3 comments

Comments

@CorePoint
Copy link

The update broke the plugin because mime_content_type has been replaced with finfo_file.
It sure is a problem with ttrss, but i'm just letting you know.

@CorePoint
Copy link
Author

CorePoint commented Oct 5, 2017

got that a little bit wrong it wasn't really removed but it's deprecated.
I contacted the developer of ttrss on irc and he wants it to be reported on his forums (or he'll forget about it), and he is willing to change it.
I don't have time for that right now, so maybe somebody else does it or i'll do it in some time.

@CorePoint
Copy link
Author

Just for informational purposes, it wasn't even deprecated.
That was just an error in the PHP docs and has been fixed since then.

@x86dev
Copy link
Owner

x86dev commented Nov 8, 2017

Should be fixed with f412ec2.

@x86dev x86dev closed this as completed Nov 8, 2017
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

Successfully merging a pull request may close this issue.

2 participants