Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter digitwebtools

    (@digitwebtools)

    Thanks for your feedback. Done https://github.com/bhadaway/stop-spammers/issues/69

    Best regards,

    Alexandre 8)

    Thanks Slaffik for the confirmation.

    Best regards,

    Alexandre 8)

    Dear WPForms,

    You say:

    Requires PHP Version: 5.3

    Is this plug-in compatible with PHP 7.x?

    After running the code against WP Compatibility Checker or Code Sniffer with the PHPCompatibility sniffs, it generates some warnings:

    
    FILE: ...lugins/wp-mail-smtp/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-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: ...-mail-smtp/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
    ----------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 2 LINES
    ----------------------------------------------------------------------
      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
      69 | 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 | Function mcrypt_create_iv() is deprecated since PHP
         |       | 7.1 and removed since PHP 7.2; Use random_bytes() or
         |       | OpenSSL instead
     108 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since
         |       | PHP 7.1 and removed since PHP 7.2
    ----------------------------------------------------------------------
    

    Same with Phan

    
    wp-mail-smtp/vendor/google/apiclient/src/Google/Collection.php:73 PhanCompatiblePHP7 Expression may not be PHP 7 compatible
    wp-mail-smtp/vendor/google/apiclient/src/Google/Collection.php:81 PhanCompatiblePHP7 Expression may not be PHP 7 compatible
    wp-mail-smtp/vendor/google/apiclient/src/Google/Collection.php:95 PhanCompatiblePHP7 Expression may not be PHP 7 compatible
    wp-mail-smtp/vendor/google/apiclient/src/Google/Collection.php:96 PhanCompatiblePHP7 Expression may not be PHP 7 compatible
    wp-mail-smtp/vendor/google/apiclient/src/Google/Model.php:105 PhanCompatiblePHP7 Expression may not be PHP 7 compatible
    wp-mail-smtp/vendor/google/apiclient/src/Google/Model.php:107 PhanCompatiblePHP7 Expression may not be PHP 7 compatible
    

    Do you know if a review / fix is planned?

    Thanks a lot,

    Best regards.

    Alexandre

Viewing 3 replies - 1 through 3 (of 3 total)