Plans for PHP 7 compatiblity?
-
We were upgrading our WordPress sites to run on PHP 7.
Doing a scan, IPGeo Block has a few issues, and was wondering when they are going to be addressed so the plugin is fully compatible with PHP 7?
We used the plugin “PHP Compatibility Checker” and here’s the list of PHP 7 compatibility issues:
FILE: /wp-content/plugins/ip-geo-block/classes/class-ip-geo-block-logs.php
————————————————————————————————————————————–
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————————————————–
344 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
348 | ERROR | Global variable ‘$HTTP_RAW_POST_DATA’ is deprecated since PHP 5.6 and removed since PHP 7.0 – use php://input instead.
————————————————————————————————————————————–FILE: /wp-content/plugins/ip-geo-block/ip-geo-api/ip2location/IP2Location.php
—————————————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————————————————————-
443 | ERROR | The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: ‘0x10000’
—————————————————————————————————————————————————-
- The topic ‘Plans for PHP 7 compatiblity?’ is closed to new replies.