• Resolved ddrwp

    (@ddrwp)


    PHP Compatibility Checker gave the following issues for PHP 7,

    FILE: /../wp-content/plugins/wp-security-audit-log/classes/Connector/MySQLDB.php
    ———————————————————————————————————————————
    FOUND 0 ERRORS AND 10 WARNINGS AFFECTING 5 LINES
    ———————————————————————————————————————————
    309 | WARNING | Function mcrypt_get_iv_size() is deprecated since PHP 7.1; use OpenSSL instead
    309 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    310 | WARNING | Function mcrypt_create_iv() is deprecated since PHP 7.1; use OpenSSL instead
    310 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    312 | WARNING | Function mcrypt_encrypt() is deprecated since PHP 7.1; use OpenSSL instead
    312 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    322 | WARNING | Function mcrypt_get_iv_size() is deprecated since PHP 7.1; use OpenSSL instead
    322 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    327 | WARNING | Function mcrypt_decrypt() is deprecated since PHP 7.1; use OpenSSL instead
    327 | WARNING | Extension ‘mcrypt’ is deprecated since PHP 7.1 – use openssl (preferred) or pecl/mcrypt once available instead.
    ———————————————————————————————————————————

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPWhiteSecurity

    (@wpwhitesecurity)

    Hello @ddrwp,

    Thank you for using our plugin.

    This is a known issue and will be fixed in the upcoming version of the plugin. In the meantime, just to confirm this is a warning message only and does not affect in anyway the functionality of the plugin.

    Should there be anything else we can help you with please do not hesitate to get in touch.

    Thread Starter ddrwp

    (@ddrwp)

    Thanks.

    Plugin Author WPWhiteSecurity

    (@wpwhitesecurity)

    Hello @ddrwp,

    We just released an update of WP Security Audit Log in which we removed Mcrypt and instead we are using OpenSSL.

    Please note that Mcrypt is still used in the plugin temporarily to allow the conversion of old passwords configured in the External DB add-On, and will be completely removed after a few updates.

    While I trust the above solves your issues, please do not hesitate to get in touch in case of any further queries.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP issues’ is closed to new replies.