PHP 7 compatibility
-
Hello!
I need to update my server to PHP 7. I’m using PHP compatibility checker plugin and there is a warning for WpMandrill:
FILE: /home/******/public_html/******/wp-content/plugins/wpmandrill/lib/mandrill.class.php
—————————————————————————————
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
—————————————————————————————
431 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
511 | WARNING | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4
545 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
551 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
—————————————————————————————Is it safe to upgrade to PHP 7? Many thanks!
- The topic ‘PHP 7 compatibility’ is closed to new replies.