• Resolved aelsharawi

    (@aelsharawi)


    hello

    I have these warnings

    FILE: /home/nginx/domains/domain/public/wp-content/plugins/sucuri-scanner/sucuri.php
    —————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————
    5126 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    —————————————————————————————————

    please help

    • This topic was modified 7 years, 8 months ago by aelsharawi.
Viewing 1 replies (of 1 total)
  • You can ignore the warning, that is just a false/positive with the tool that you are using to check the compatibility of the plugin’s code against PHP 7.x; we develop on PHP7 every day and have several unit-tests to make sure that the code is compatible with all major (say stable) PHP versions, including PHP7.1.

    Notice that it is just a warning and not an error. You can test by yourself if your PHP installation support the code that is written in that line, just execute this [1] if you see an error message then please contact your hosting provider, it is probable that your PHP installation was compiled with a set of flags that conflict with code that is semantically correct.

    Marking as resolved, feel free to re-open if you have more information.

    [1] php -r 'var_dump(ini_get("safe_mode"));'

Viewing 1 replies (of 1 total)
  • The topic ‘php 7.1 incompatibility’ is closed to new replies.