PHP 7
-
I just ran the WPEngine written compatibility checker
https://ww.wp.xz.cn/plugins/php-compatibility-checker/This script failed because of two things and just wanted to post to see if it something that can be addressed so that I and others can start to try and run on PHP 7
FILE: /post-pay-counter/classes/ppc_system_info_class.php
———————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————————-
55 | ERROR | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
———————————————————————————————————————-FILE: /post-pay-counter/classes/ppc_install_functions_class.php
—————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
—————————————————————————————————————————-
1 | WARNING | File has mixed line endings; this may cause incorrect results
—————————————————————————————————————————-
The topic ‘PHP 7’ is closed to new replies.