• As you know, PHP 5.6 and 7.0 will both reach end of life this month. Our hosting company is requiring us to upgrade to PHP 7.2, but DW Question & Answer is the only plugin on our site that is not compatible with PHP 7.2.

    Here is the report from PHP Compatibility Checker:
    ——————————————————————————
    Name: DW Question Answer

    FILE: ~/wp-content/plugins/dw-question-answer/lib/recaptcha-php/example-mailhide.php
    ——————————————————————————FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————— 1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

    ——————————————————————————
    FILE: ~/wp-content/plugins/dw-question-answer/lib/recaptcha-php/recaptchalib.php
    ——————————————————————————FOUND 4 ERRORS AFFECTING 3 LINES
    ——————————————————————————
    220 | ERROR | The constant “MCRYPT_MODE_CBC” is deprecated since PHP 7.1 and removed since PHP 7.2
    221 | ERROR | The constant “MCRYPT_RIJNDAEL_128” is deprecated since PHP 7.1 and removed since PHP 7.2
    223 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
    223 | ERROR | Extension ‘mcrypt’ is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
    ——————————————————————————

    FILE: ~/wp-content/plugins/dw-question-answer/inc/User.php
    ——————————————————————————FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————— 74 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead
    ——————————————————————————

Viewing 1 replies (of 1 total)
  • Plugin Author DesignWall

    (@designwall)

    Hi,
    Thank for your interesting in our product. I sent and notified to our technical team about this issue. We have checked and resolved this issue.
    Regards,
    DesignWall Team.

Viewing 1 replies (of 1 total)
  • The topic ‘Not PHP 7.2 Compatible?’ is closed to new replies.