Incompatible with PHP 7.x?
-
When I use PHP Compatibility Checker to test whether it is safe to upgrade my site to PHP 7.x, I get the following:
FILE: /homepages/12/d94971549/htdocs/benefitsattorneywp/wp-content/plugins/link-library/render-link-library-sc.php
—————————————————————————————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
—————————————————————————————————————————————————————————-
1160 | 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.
1161 | 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.
—————————————————————————————————————————————————————————-Is this a false positive? Or will I be unable to upgrade to PHP 7.x so long as I have Link Library?
The topic ‘Incompatible with PHP 7.x?’ is closed to new replies.