Viewing 4 replies - 1 through 4 (of 4 total)
  • I use this plugin every day with PHP 7 and 7.2. What problems are you having?

    Hey

    I checked your plugin using PHP Compatibility Checker and found few bugs

    Can you please fix these issues

    Thanks

    Screenshot link

    FILE: wp-content/plugins/wp-mail-mtp/vendor/guzzlehttp/promises/src/functions.php
    ----------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ----------------------------------------------------------------------------------------------------------------------------------
     222 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
     257 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
     313 | WARNING | Function each() is deprecated since PHP 7.2; Use a foreach loop instead
    ----------------------------------------------------------------------------------------------------------------------------------
    
    FILE: wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
    ----------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ----------------------------------------------------------------------------------------------------------------------------------------
     10 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
    ----------------------------------------------------------------------------------------------------------------------------------------
    
    FILE: wp-content/plugins/wp-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
    -------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 2 LINES
    -------------------------------------------------------------------------------------------------------------------------------------------------------
      69 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
      69 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
     108 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL instead
     108 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
     108 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since PHP 7.1 and removed since PHP 7.2
    -------------------------------------------------------------------------------------------------------------------------------------------------------
    • This reply was modified 5 years, 2 months ago by karmeljuk.
    Plugin Author Jared Atchison

    (@jaredatch)

    There are no issues, these are false positives. We’ve reported the issue to the plugin author but the haven’t resolved in in an update.

    Plugin is 100% functional with PHP 7.2/3.

    Hey Jared

    Sounds great. Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Mail SMTP PHP 7.0 & 7.2 support’ is closed to new replies.