• Resolved catmaniax

    (@catmaniax)


    Hello!

    I’d like to ask if the plugin is fully compatible and works properly with PHP 7.1 and PHP 7.2 because I’m in the process of upgrading.

    I ran the PHP Compatibility Checker plugin and I got the following warning:

    FILE: …/wp-content/plugins/gotmls/safe-load/wp-settings.php

    35 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2

    Please let me know.
    Thanks!

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

    (@scheeeli)

    Yes, in as much as WordPress in compatible. The code in question is exactly the same a is found on line 5432 of wp-includes/functions.php in the current WordPress release.

    Additionally, this code is only there as a fail-safe in case WordPress breaks from a bad hack. The plugin is not generally dependent on this code for normal functionality.

    Thread Starter catmaniax

    (@catmaniax)

    Alright, I can safely move on then 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 7.1 & 7.2 compatible?’ is closed to new replies.