Compatible with PHP 7.0?
-
I used the PHP Compatibility Checker plugin to check my site, and for PHP 7.0, there are 7 warnings and one error for this plugin.
Such as these for various files within the plugin:
Method name “PrisnaGWTFastJSON::__getStaticReplacement” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
File has mixed line endings; this may cause incorrect results.The error is for the common.class.php file:
preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0Is it compatible with PHP 7.0? Are these issues being addressed?
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Compatible with PHP 7.0?’ is closed to new replies.