phpcompat
phpcompat copied to clipboard
WordPress Plugin: PHP Compatibility Checker
Hello, a user reported this false positive with Events Manager 5.9.6: FILE: /data/www/dev/www.evangelizerichmond.org/wp-content/plugins/events-manager/classes/em-events.php FOUND 1 ERROR AFFECTING 1 LINE 296 | ERROR | Since PHP 7.0, functions inspecting arguments, like...
AliPlugin - Compatible (Warnings: 3) [report.txt](https://github.com/wpengine/phpcompat/files/3618397/report.txt) FILE: /home/uali2047/public_html/wp-content/plugins/aliplugin/core/class.AliExpress.Request2.php ------------------------------------------------------------------------------------------------ FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------ 33 | WARNING | Use of deprecated PHP4 style class constructor...
Currently running S2member v. 190617. It seems to have no issues, but PHP 7.2 returned errors. False? Report: FILE: XXXXXXXXX/public_html/wp-content/plugins/s2member/src/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php ------------------------------------------------------------------------------------------------------------------------------------------------------ FOUND 3 ERRORS AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------------------------------------------------------ 58 |...
[PHPCompatibility 9.0.0](https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/9.0.0) has just been released and renames all sniffs. [PHPCompatibilityWP 2.0.0](https://github.com/PHPCompatibility/PHPCompatibilityWP/releases/tag/2.0.0) has been released alongside it. Updating to the new version is strongly recommended.
Hi, This plugin is well loved by the community and is often recommended by many people. Please can you update the plugin to include PHP7.3 checks. Thanks 🙌
The code in issue is conditionally loaded. It does not get used or affect users running PHP 7.x. ```FILE: /wp-content/plugins/mainwp-child/class/class-mainwp-child-back-wp-up.php -------------------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE...
GravityFlow: Yes, Gravity Flow supports PHP from 5.6 up to version 7.2. Source: https://docs.gravityflow.io/article/158-does-gravity-flow-support-php7 Results: ------------------------------------------------------------------------------------------------------------------------------------ FOUND 4 ERRORS AFFECTING 4 LINES ------------------------------------------------------------------------------------------------------------------------------------ 139 | ERROR | Global variable '$HTTP_RAW_POST_DATA'...
``` FILE: /app/public/wp-content/plugins/charitable/includes/abstracts/abstract-class-charitable-export.php ------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------------- 133 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP...
When I run the plugin to check compatibility with PHP 7.0, a dialog appears that says: Error: Status: 0 After updating Wordpress I ran the plug-in successfully one time. Thought...
Works on live HTTP, but not on my localhost; missing slashes are causing an uncaught exception. The plugin skipped everything as too large to be scanned, even a 10 line...