phpcompat icon indicating copy to clipboard operation
phpcompat copied to clipboard

WordPress Plugin: PHP Compatibility Checker

Results 118 phpcompat issues
Sort by recently updated
recently updated
newest added

This is the report: ``` FILE: /nas/content/live/xxx/wp-content/plugins/oauth2-provider/library/OAuth2/Request.php ------------------------------------------------------------------------------------------------------------------------------------ FOUND 4 ERRORS AFFECTING 4 LINES ------------------------------------------------------------------------------------------------------------------------------------ 101 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since...

The plugin **contact-form-7-to-database-extension** has some errors because of the use of mysql_ function. [According to the plugin maintainer](https://wordpress.org/support/topic/php7-compatibility-28/), [CFDB is compatible with php7](https://cfdbplugin.com/?p=1544), it uses mysql_ or mysqli depending on...

Plugin URL: https://facetwp.com/ When checking for PHP 7 compatibility, the produces the following error: `321 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0;...

Hi ... I ran the test and got this result: FILE: /var/www/MySite2Hide.com/public_html/wp-content/plugins/ithemes-sync/functions.php ------------------------------------------------------------------------------------------------------------ FOUND 2 ERRORS AFFECTING 2 LINES ------------------------------------------------------------------------------------------------------------ 549 | ERROR | Extension 'mysql_' is deprecated since PHP...

The FlowPaper lite plugin (https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook/) use the set_magic_quotes_runtime on PHP versions below 5.3.0 and we have a condition that checks for this looking like this: if(version_compare(PHP_VERSION, '5.3.0', '

Produces the following warning message for Broken Link plugin: `FILE: /homepages/34/d641728117/htdocs/neueseite/wp-content/plugins/broken-link-checker/includes/utility-class.php` `-----------------------------------------------------------------------------------------------------------------` `FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE` `-----------------------------------------------------------------------------------------------------------------` ` 42 | WARNING | INI directive 'safe_mode'...

Email support for the MemberMouse plugin suggests they should be okay with the latest version of PHP. I'll be sure to update this when I've **actually** tested it.

Same exact warnings as Issue #89 - the "Gravity Forms Stripe Add-On" plugin is throwing these warnings since it includes the [Stripe PHP library](https://github.com/stripe/stripe-php). Can/should these be whitelisted? ``` FILE:...

Hi, the EWWW Image Optimizer plugin is being flagged with a warning because it checks to be sure PHP's (obsolete) safe_mode directive is disabled. I run unit tests on every...

Although (after a few tweaks) my website is "clean" according to PHP checker, the events (under Event manager) do not list, nor display as pages under php7.1.10, whereas they do...