• Resolved gpprasad

    (@gpprasad)


    FILE: /home1/bestmobiles/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Parser.php
    ——————————————————————————————————
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ——————————————————————————————————
    93 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
    94 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
    229 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
    ——————————————————————————————————

    FILE: /home1/bestmobiles/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/SourceMap/Base64VLQ.php
    ——————————————————————————————————————-
    FOUND 3 ERRORS AFFECTING 1 LINE
    ——————————————————————————————————————-
    156 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0
    156 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0
    156 | ERROR | Bitwise shifts by negative number will throw an ArithmeticError in PHP 7.0
    ——————————————————————————————————————-

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor alexgso

    (@alexgso)

    Hi @gpprasad,

    We’ve looked into the highlighted issues in the past. These errors are coming up due to how the PHP 7 Compatability Checker checks for compatibility. It’s basically missing the context and the context prevents the issue from occurring and flagging it incorrectly as a result.

    In other words, these “issues” are false positive and safe to ignore. You’re able to use either PHP 7 or PHP 7.1 without issue. We actively use PHP 7 during development so we can assure you – there are no issues with PHP 7.

    Thread Starter gpprasad

    (@gpprasad)

    Thank you very much for quick reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Php 7.0 Errors in site origin bundle plugin’ is closed to new replies.