asantos23
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Session Manager] PHP 7.2 WarningI 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
——————————————————————————————————————