• Resolved sysadmineu

    (@sysadmineu)


    Hey I used the plugin PHP Compatibility Checker
    I am running my WordPress on a centos 7 – 1611 – with php version 5.4
    Will there ever be a support for php version 5.4?

    FILE: /var/www/html/wp-content/plugins/duplicator/classes/package/class.pack.php
    —————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————-
    422 | ERROR | The function random_bytes() is not present in PHP version 5.6 or earlier
    —————————————————————————————-

    FILE: /var/www/html/wp-content/plugins/duplicator/classes/class.server.php
    ————————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ————————————————————————————————
    35 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    36 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ————————————————————————————————

    FILE: /var/www/html/wp-content/plugins/duplicator/installer/build/classes/class.server.php
    ————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————
    45 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ————————————————————————————————

    FILE: /var/www/html/wp-content/plugins/duplicator/views/tools/diagnostics/inc.settings.php
    ————————————————————————————————-
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
    ————————————————————————————————-
    118 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    118 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    119 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    119 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ————————————————————————————————-

    FILE: /var/www/html/wp-content/plugins/duplicator/views/tools/diagnostics.php
    ————————————————————————————————-
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
    ————————————————————————————————-
    249 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    249 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    250 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    250 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ————————————————————————————————-

Viewing 1 replies (of 1 total)
  • Hey @sysadmineu,

    The plugin works with PHP 5.2+ all the way to the latest PHP 7. Those details you’re seeing are simply warnings on non-functional code.

    Hope that helps~

Viewing 1 replies (of 1 total)

The topic ‘Not Compatible with PHP 5.4’ is closed to new replies.