A little surprised at results, Jetpack, for example fails 5.4
-
Thanks for the plugin, just giving a first run, and I’m in no way, shape or form knowledgeable on PHP. Just looking for your comments here, to try to learn more and understand what might produce these results.
TYIA.
Started out wanting to check for PHP7 compatiblity, and worked backwards from there.
I won’t list details for all the plugins and all the versions that “failed,” but will use Jetpack as an example. Jetpack was only reported compatible at 5.3. The Jetpack team thinks it’s compatible all the way to 7 (see https://www.ads-software.com/support/topic/php-7-jetpack-compatibility).
The error on 5.4 for Jetpack is
FILE: /home/sitehidden/public_html/wp-content/plugins/jetpack/_inc/lib/markdown/extra.php
—————————————————————————————
FOUND 5 ERRORS AFFECTING 5 LINES
—————————————————————————————
1739 | ERROR | Using a call-time pass-by-reference is prohibited since php 5.4
2329 | ERROR | Using a call-time pass-by-reference is prohibited since php 5.4
2439 | ERROR | Using a call-time pass-by-reference is prohibited since php 5.4
2499 | ERROR | Using a call-time pass-by-reference is prohibited since php 5.4
2505 | ERROR | Using a call-time pass-by-reference is prohibited since php 5.4
—————————————————————————————https://www.ads-software.com/plugins/php-compatibility-checker/
- The topic ‘A little surprised at results, Jetpack, for example fails 5.4’ is closed to new replies.