PHP7 non-compatibility
-
I am forced to upgrade to PHP7 in January but PHP Compatibility Checker reports the following errors for the Style plugin:
FILE: wp-content/plugins/styles/classes/csstidy/class.csstidy.php
249 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7FILE: wp-content/plugins/styles/classes/csstidy/class.csstidy_optimise.php
50 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7FILE: wp-content/plugins/styles/classes/csstidy/class.csstidy_print.php
69 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7FILE: wp-content/plugins/styles/classes/styles-font-menu/classes/markdown/markdown.php
223 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7Is there any chance for an update to make styles PHP7 compatible by the end of the year?
- The topic ‘PHP7 non-compatibility’ is closed to new replies.