• Ran PHP Compatibility Checker from WPEngine, got the following errors from scanning PHP 7.2 and above.

    FILE: /home/joeyma6/public_html/wp-content/plugins/wp-recaptcha-integration/inc/recaptchalib.php
    ——————————————————————————————————————————————————-
    FOUND 4 ERRORS AFFECTING 3 LINES
    ——————————————————————————————————————————————————-
    218 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
    219 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
    221 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
    221 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
    ——————————————————————————————————————————————————-

  • The topic ‘PHP 7.2+ not compatible’ is closed to new replies.