• I wanted to update my site PHP to PHP 8.3 and found some errors in the Compatibility Check Report.

    Please take a look at the CSV code and fix them ASAP.

    Thank you.

    File,Message,Column Number,Line
    wp-content/plugins/paytm-payments/includes/PaytmChecksum.php,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,12,13
    ,Function mcrypt_get_block_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,12,13
    ,"The constant ""MCRYPT_RIJNDAEL_128"" is deprecated since PHP 7.1 and removed since PHP 7.2",34,13
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,10,15
    ,Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,10,15
    ,"The constant ""MCRYPT_RIJNDAEL_128"" is deprecated since PHP 7.1 and removed since PHP 7.2",29,15
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,4,16
    ,Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,16
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,12,17
    ,Function mcrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,12,17
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,4,18
    ,Function mcrypt_generic_deinit() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,18
    ,Function mcrypt_generic_deinit() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,19
    ,Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,19
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,10,32
    ,Function mcrypt_module_open() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,10,32
    ,"The constant ""MCRYPT_RIJNDAEL_128"" is deprecated since PHP 7.1 and removed since PHP 7.2",29,32
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,4,33
    ,Function mcrypt_generic_init() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,33
    ,Function mdecrypt_generic() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,12,34
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,4,35
    ,Function mcrypt_generic_deinit() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,35
    ,Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead,4,36
    ,Function mcrypt_module_close() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead,4,36
  • The topic ‘PHP 8.3 Compatibility Check Report’ is closed to new replies.