-
Notifications
You must be signed in to change notification settings - Fork 38
Results
Jason Stallings edited this page Jul 8, 2016
·
6 revisions
Plugin/Theme | PHP 5.3 | PHP 5.4 | PHP 5.5 | PHP 7.0 | Comments |
---|---|---|---|---|---|
Jetpack | ✅ | ✅ | ✅ | ✅ | More details |
Jetpack reports the following issues when scanned for anything above 5.3:
FILE: /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
---------------------------------------------------------------------------------------
This is a false positive caused by a bug in the PHP Compatibility checker, you can read about this here. Jetpack's developers have confirmed that Jetpack is compatible with PHP 7.