• Resolved MailPoet

    (@mailpoet)


    This plugin is reporting PHP7 compatibility warnings for third party libraries which we are using on our plugin which have been fully tested to work with PHP7. Please remove those false-positives:

    FILE: /www/wp-content/plugins/mailpoet/vendor/tburry/pquery/gan_selector_html.php
    ———————————————————————————————————
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————
    1 | WARNING | File has mixed line endings; this may cause incorrect results
    ———————————————————————————————————
    
    FILE: /www/wp-content/plugins/mailpoet/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php
    ———————————————————————————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    ———————————————————————————————————————————————————-
    522 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0
    ———————————————————————————————————————————————————-
    
    FILE: /www/wp-content/plugins/mailpoet/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SimpleMailInvoker.php
    ———————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————–
    33 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ———————————————————————————————————————————————–
    
    FILE: /www/wp-content/plugins/mailpoet/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php
    ———————————————————————————————————————————————
    FOUND 2 ERRORS AFFECTING 2 LINES
    ———————————————————————————————————————————————
    87 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    91 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    ———————————————————————————————————————————————
    
    FILE: /www/wp-content/plugins/mailpoet/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Message.php
    —————————————————————————————————————————
    FOUND 2 ERRORS AFFECTING 2 LINES
    —————————————————————————————————————————
    284 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
    288 | ERROR | ‘clone’ is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CLONE)
    —————————————————————————————————————————
    
    FILE: /www/wp-content/plugins/mailpoet/vendor/swiftmailer/swiftmailer/lib/classes/Swift/KeyCache/DiskKeyCache.php
    —————————————————————————————————————————————–
    FOUND 4 ERRORS AFFECTING 4 LINES
    —————————————————————————————————————————————–
    180 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    187 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    207 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    213 | ERROR | INI directive ‘magic_quotes_runtime’ is deprecated since PHP 5.3 and removed since PHP 5.4.
    —————————————————————————————————————————————–
    
    
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FALSE POSITIVE: MailPoet 3 not compatible with PHP7’ is closed to new replies.