Possibe small compatability issue PHP 7.1
-
Hi Edgar,
I am currently testing if I can migrate the site to PHP 7.1 as it seems that is time to do it. Currently running on PHP 5.6. I just ran a compatibility check using the Plugin: PHP Compatibility Checker done by WP.
I came up with those results: 3 Errors and 1 Warning.FILE: /public_html/wp-content/plugins/smart-forms/php_classes/smarty/sysplugins/smarty_internal_templateparser.php
———————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————–
125 | WARNING | INI directive ‘asp_tags’ is removed since PHP 7.0
———————————————————————————————————————————–FILE: /public_html/wp-content/plugins/smart-forms/php_classes/smarty/sysplugins/smarty_internal_templatecompilerbase.php
—————————————————————————————————————————————————————————
FOUND 3 ERRORS AFFECTING 3 LINES
—————————————————————————————————————————————————————————
415 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
487 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
528 | ERROR | Indirect access to variables, properties and methods will be evaluated strictly in left-to-right order since PHP 7.0. Use curly braces to remove ambiguity.
—————————————————————————————————————————————————————————
Regards,
Hrisan
The topic ‘Possibe small compatability issue PHP 7.1’ is closed to new replies.