• Resolved rcharbonxx

    (@rcharbonxx)


    PHP Compatibility Checker reports :
    WP Super Cache

    FILE: /home/y42kcabc/public_html/wp/wp-content/plugins/wp-super-cache/wp-cache.php
    ——————————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 2 LINES
    ——————————————————————————————————
    202 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    202 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    207 | WARNING | INI directive ‘safe_mode_gid’ is deprecated since PHP 5.3 and removed since PHP 5.4.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rcharbonxx,

    First off, I just want to say that I’m not affiliated with WP Super Cache, but have been using it for many years, and am a huge fan of this plugin. (Also, a fellow plugin developer.)

    That’s a false positive. See this thread, as it’s already been reported to the PHP Compatibility Checker plugin devs.

    Unfortunately the PHP Compatibility Checker plugin is not too accurate. It uses a flawed detection method. All it ends up doing is creating a headache for other plugin developers. (We’ve been through this a few times with our plugins getting falsely flagged as well.) If you look at its support threads, you’ll see it’s full of false positive reports. In our tests of over 100+ plugins, it’s had false positives in the range of 30-40% (depending on the version).

    The way to accurately test PHP 7 compatibility is to run plugins on a test site on a PHP 7 system and use WP_DEBUG in logging-only mode. (See instructions in our WordPress Debugging Guide if you need any help with this.)

    I hope this info helps!

    – Scott

    Thread Starter rcharbonxx

    (@rcharbonxx)

    Thanks, Scott. Good to know.

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