• Resolved matteo raggi

    (@whichtransfers)


    I tested this plugin with “PHP Compatibility Checker” and it shows one error coming from this file wp-content/plugins/block-bad-queries/block-bad-queries.php:
    49 | ERROR | The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x3c62723e'

    • This topic was modified 8 years, 5 months ago by matteo raggi.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Yes it works fine with PHP 7. There is a bug in the PHP Compatibility Checker. The string it is reporting is a false positive. The plugin uses that string as a pattern, not as a numeric hex string. The pattern is used to check if the string is included in any bad requests.

Viewing 1 replies (of 1 total)

The topic ‘IS it compatible with php 7?’ is closed to new replies.