• Resolved rifco

    (@rifco)


    I checked all plugins in my WordPress with PHP Compatibility Checker and many of them were marked as php7-incompatible with an error message

    ERROR | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4

    indicating the use of ini_get( 'safe_mode' ) in the plugin code.

    Of course, safe_mode is disabled in my php.ini.

    The description of ini_get function doesn’t prohibit the use of any string argument, including nonexistent options.

    Is that the way it should be?

    https://wordpress.org/plugins/php-compatibility-checker/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘INI directive 'safe_mode' is deprecated…’ is closed to new replies.