• FILE: …/wp-content/plugins/send-emails-with-mandrill/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
    554 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0
    560 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matt Miller

    (@millermedianow)

    Thanks for the heads up! We’re working on it right now and will let you know ASAP when the new version is available a bit later this evening.

    Plugin Author Matt Miller

    (@millermedianow)

    Hi, this has been resolved.

    We made a decision to only support PHP 5.6 and higher for the plugin moving forward. Because of this, we removed these deprecated functions that were all removed as of PHP 5.4

    We then ran the PHP compatibility checker with PHP 7.2 and it passed with no warnings.

    Thanks for the heads up! And if you are enjoying the plugin, please don’t forget to give us a 5 star rating so we can continue to get a larger community around the plugin for support. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 7.2 compatibility errors’ is closed to new replies.