PHP 7 compatibility
-
I have used PHP compatibility checker on my website and MyCred appears as not compatible with php 7. Do you foreseen to include corrections in a future release?
Find below the report:
FILE: /wp-content/plugins/mycred/abstracts/mycred-abstract-module.php
—————————————————————————————————————————————————————————
FOUND 6 ERRORS AFFECTING 5 LINES
—————————————————————————————————————————————————————————
173 | 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.
175 | 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.
179 | 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.
179 | 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.
363 | 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.
364 | 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.
—————————————————————————————————————————————————————————FILE: /wp-content/plugins/mycred/addons/transfer/includes/mycred-transfer-shortcodes.php
—————————————————————————————————————————————————————————
FOUND 4 ERRORS AFFECTING 3 LINES
—————————————————————————————————————————————————————————
177 | 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.
178 | 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.
180 | 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.
180 | 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.
—————————————————————————————————————————————————————————
- The topic ‘PHP 7 compatibility’ is closed to new replies.