PHP7 – WP Minify FIx Plugin Needs Updating
-
WP Minify Fix has not been updated in a long time. Is anyone in touch with these authors so that this plugin can be altered and remain viable in PHP7? Please advise. Thank you.
FILE: wp-content/plugins/wp-minify-fix/wp-minify.php
—————————————————————————————————————-
FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES
—————————————————————————————————————-
49 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
187 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
192 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
197 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
202 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
207 | ERROR | Function split() is deprecated since PHP 5.3 and removed since PHP 7.0; use preg_split instead
—————————————————————————————————————-FILE: wp-content/plugins/wp-minify-fix/common.php
——————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————-
6 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
——————————————————————————————————-FILE: wp-content/plugins/wp-minify-fix/min/builder/ocCheck.php
——————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
——————————————————————————————————————–
1 | WARNING | File has mixed line endings; this may cause incorrect results
——————————————————————————————————————–
- The topic ‘PHP7 – WP Minify FIx Plugin Needs Updating’ is closed to new replies.