Forum Replies Created

Viewing 1 replies (of 1 total)
  • I go this output if this helps you, thank you Eric!

    FILE: /wp-content/plugins/wp-session-manager/vendor/paragonie/random_compat/lib/byte_safe_strings.php
    ———————————————————————————————————————————
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    ———————————————————————————————————————————
    33 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    87 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ———————————————————————————————————————————

    FILE: /wp-content/plugins/wp-session-manager/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
    ——————————————————————————————————————————————————
    FOUND 3 ERRORS AFFECTING 1 LINE
    ——————————————————————————————————————————————————
    60 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
    60 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
    60 | ERROR | The constant “MCRYPT_DEV_URANDOM” is deprecated since PHP 7.1 and removed since PHP 7.2
    ——————————————————————————————————————————————————

    FILE: /wp-content/plugins/wp-session-manager/vendor/defuse/php-encryption/src/Core.php
    ——————————————————————————————————————
    FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 2 LINES
    ——————————————————————————————————————
    282 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    282 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    308 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    308 | WARNING | INI directive ‘mbstring.func_overload’ is deprecated since PHP 7.2
    ——————————————————————————————————————

Viewing 1 replies (of 1 total)