• Resolved jeffmace

    (@jeffmace)


    I just ran the WPEngine written compatibility checker
    https://ww.wp.xz.cn/plugins/php-compatibility-checker/

    This script failed because of two things and just wanted to post to see if it something that can be addressed so that I and others can start to try and run on PHP 7

    FILE: /post-pay-counter/classes/ppc_system_info_class.php
    ———————————————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    ———————————————————————————————————————-
    55 | ERROR | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
    ———————————————————————————————————————-

    FILE: /post-pay-counter/classes/ppc_install_functions_class.php
    —————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————-
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    —————————————————————————————————————————-

    https://ww.wp.xz.cn/plugins/post-pay-counter/

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

    (@ste_95)

    Hi Jeff,
    thanks for reporting!

    I’ve fixed the two issues and they will be shipped with the next release, although I can grant you they were not errors really affecting the plugin behavior. I run the plugin on my server, which indeed has PHP7, and it work absolutely fine (and I know of several other users who do have PHP7 on their servers) 🙂

    Have a nice day,
    Stefano

    Plugin Author Stefano

    (@ste_95)

    Hi Jeff,
    the newly released version 2.610 ships the fix 🙂

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

The topic ‘PHP 7’ is closed to new replies.