PHP 7.3 seems to be the end
-
Running this plugin in PHP 7.x generates thumbnail errors (and perhaps others, I use the plugin in limited ways), but in 7.2 the thumbs still generate even though the error message says they failed.
On my site, while running 7.3, the errors appear during thumb generation and the thumbs no longer generate.
I’m guessing that 7.3 is stricter in some way with the deprecated
create_function()
that still appears in various files in the last version of this plugin.There is a developer tool called Rector, which also has a demo site, but I am unable to get the files to be accepted, the demo claims that there are syntax errors and won’t generate a replacement.
If someone out there loves this plugin and can run the files through Rector after searching for instances of
create_function()
to see which ones need rewritten, they could release a fork.
- The topic ‘PHP 7.3 seems to be the end’ is closed to new replies.