You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
There were so many php functions used which are deprecated in PHP 7.2 Is there any possibilities to improve the code and update the deprecated functions? It's very critical to fix it.
The text was updated successfully, but these errors were encountered:
First off, the software is Open Source with a very liberal license. Nothing prevents you from improving the code and updating the deprecated functions that are very critical to fix, and then making a pull request. ;-)
That being said, can you enumerate the deprecated functions? All I've seen so far is the use of __autoload. I don't find any png2wbmp(), jpeg2wbmp(), each(), read_exif_data, etc. in the codebase. Granted, I might've missed looking somewhere....
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There were so many php functions used which are deprecated in PHP 7.2 Is there any possibilities to improve the code and update the deprecated functions? It's very critical to fix it.
The text was updated successfully, but these errors were encountered: