• Resolved OrlandoWebDev

    (@orlandowebdev)


    I ran the PHP Compatibility checker plugin by WP Engine on my site hosted by SiteGround. Got a few notices… not sure if they are false positives are not

    FILE: /home/minute60/public_html/wp-content/plugins/sg-cachepress/php-compatibility-checker/vendor/wimg/php-compatibility/Sniffs/PHP/RemovedAlternativePHPTagsSniff.php
    ———————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————————————–
    40 | WARNING | INI directive ‘asp_tags’ is removed since PHP 7.0.
    ———————————————————————————————————————————————————————–

    FILE: public_html/wp-content/plugins/sg-cachepress/php-compatibility-checker/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility/Sniffs/PHP/RemovedAlternativePHPTagsSniff.php
    —————————————————————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————————————————————————–
    40 | WARNING | INI directive ‘asp_tags’ is removed since PHP 7.0.
    —————————————————————————————————————————————————————————————————————–

Viewing 1 replies (of 1 total)
  • Plugin Author Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    Yes, totally false positive. We have a PHP 7 compatibility checker in the plugin too ?? You don’t need to run a different one. One triggers the other due to the way checks are made.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7 Compatibility’ is closed to new replies.