Support » Plugin: Custom CSS » Custom CSS Editor – PHP Compatibility Checker report

  • I ran a scan using PHP Compatibility Checker and it generated the following report for compatabilty with PHP7;

    Name: Custom CSS

    FILE: /home/markkend/public_html/wp-content/plugins/custom-css-editor/fresh-framework/framework/core/wplayer/class.ffWPLayer.php
    ——————————————————————————————————————————–
    FOUND 2 ERRORS AFFECTING 2 LINES
    ——————————————————————————————————————————–
    44 | ERROR | Global with variable variables is not allowed since PHP 7.0
    55 | ERROR | Global with variable variables is not allowed since PHP 7.0
    ——————————————————————————————————————————–

    FILE: /home/markkend/public_html/wp-content/plugins/custom-css-editor/fresh-framework/framework/extern/less/lib/Less/Parser.php
    ——————————————————————————————————————————-
    FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
    ——————————————————————————————————————————-
    454 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
    455 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
    462 | WARNING | INI directive ‘mbstring.internal_encoding’ is deprecated since PHP 5.6
    ——————————————————————————————————————————-

    FILE: /home/markkend/public_html/wp-content/plugins/custom-css-editor/fresh-framework/framework/extern/less/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
    ——————————————————————————————————————————————–

  • The topic ‘Custom CSS Editor – PHP Compatibility Checker report’ is closed to new replies.