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

### Description of the Change This PR introduces a revamp of the PHP Compat plugin, changing up how scans are done to utilize the [WP Tide service](https://www.wptide.org/) instead of running...

enhancement

### Description of the Change This PR adds in GitHub Actions to help with automation relating to: - PHPCS linting (eslint and other linting can be added in as desired)...

When scanning the plugin triggers PHP fatal errors due to missing methods in some of the dependencies. This happens via WP-CLI or the UI. I haven't dug deeply into this,...

bug

### Description of the Change This PR adds a code of conduct to the repo to help explain how people are expected to conduct themselves within the project. Similar to...

### Description of the Change This PR adds in three Issue templates and a Pull Request template. ### Alternate Designs Keep as-is with no templates for newly submitted issues and...

### Description of the Change This PR adds the LICENSE.md markdown file for GPLv2 so that GitHub will recognize and display the licensing, adds the relevant license identifier on necessary...

Adds an input field: ![Screen Shot 2020-02-04 at 3 07 40 PM](https://user-images.githubusercontent.com/12877287/73795703-1ef49780-4760-11ea-8aaa-cd882e5d5fc8.png) When Plugin Name(s) is(/are) entered (separated by `;`) then those plugins get skipped.

This patch adds support for PHP 7.4 compatibility checking. To test it, add this function to your theme/plugin: ``` function ternary_deprecation() { return 1 ? 2 : 3 ? 4...

Based on fix from @nuessgens at https://github.com/wpengine/phpcompat/issues/201

The Regex matching code in wp cli is taking "0 Errors" in consideration while evaluating the install is compatible or not and hence it gives a false alert when the...