PHP 7 Errors: safe_mode, set_magic_quotes_runtime
-
I am receiving a few error messages when running a PHP 7 check:
/wp-content/plugins/wpmandrill/lib/mandrill.class.php
431 | ERROR | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
545 | ERROR | The use of function set_magic_quotes_runtime is discouraged from PHP version 5.3 and forbidden from PHP version 7.0
551 | ERROR | The use of function set_magic_quotes_runtime is discouraged from PHP version 5.3 and forbidden from PHP version 7.0Is this currently being addressed?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘PHP 7 Errors: safe_mode, set_magic_quotes_runtime’ is closed to new replies.