Jason Stallings
Forum Replies Created
-
Unfortunately static code analysis will not be able to detect this one. I’ll add Query Monitor to the Whitelist.
Thanks!
These are warnings and they won’t affect compatibility. Were there any errors?
Thanks!
Thanks @blackhawkcybersec,
I created a pull request for the first error: https://github.com/wimg/PHPCompatibility/pull/288
I’ll create an issue for the second and third errors, and the forth error does appear to be an incompatibility.Forum: Plugins
In reply to: [PHP Compatibility Checker] Wrong quotation marks trigger PHP errorHi Thomas,
This has been resolved! Sorry for the issues.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Extension ‘mysql_’ as Error?Hi @martin999
Could you share the relevant code? If it’s the function mysql_to_rfc3339 then it is compatible. We’ve got an issue to fix this here:
Forum: Plugins
In reply to: [PHP Compatibility Checker] Wrong detectionThis has been resolved! Please let us know if you need anything else.
This should be resolved! Please let us know if you need anything else.
Thanks for the report! This has been resolved by 1.2.4. I identified an issue with the build process.
Please let us know if you continue to see this error.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Accuracy is pretty bad – 30-40% false pos resultsThis plugin uses a popular PHP library for compatibility testing:
https://github.com/wimg/PHPCompatibilityThis is static code analysis, which will never be 100% accurate. We try to make that as clear as possible. At WP Engine we use it as a starting point. We scan thousands of sites and the sites that pass we consider compatible.
I apologize if this plugin wasn’t useful for you. If you’d like to help improve the scanning feel free to create issues here. They are very open to all suggestions!
Thanks for your feedback!
Forum: Plugins
In reply to: [PHP Compatibility Checker] Stuck? How to stop?If a scan is hung then it’s already stopped, re-running the scan will restart it and clear all of the above options.
If the scan is hung then that means the cron didn’t fire. There’s a section in the FAQ for how to deal with this.
Forum: Plugins
In reply to: [PHP Compatibility Checker] BUGHi Kimberly,
Thanks for reporting this and helping to get it resolved.
Forum: Plugins
In reply to: [PHP Compatibility Checker] Wrong detectionHi @ritahoock,
There’s an open PR to resolve this:
https://github.com/wimg/PHPCompatibility/pull/266
Just waiting for it to get merged.
Hi @codyarsenault,
There’s an open PR to resolve this:
https://github.com/wimg/PHPCompatibility/pull/266
Just waiting for it to get merged.
Forum: Plugins
In reply to: [PHP Compatibility Checker] How long does it take?Hi @samvaliant,
If the cron says (now) and it doesn’t change, that means the cron isn’t triggering. It should countdown to a minute, then kick off the scan and create a new cron that will trigger in a minute.
Could you try hitting the run button next to the cron to see if that helps?
Thanks!