You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multiple PHP version is a very good feature, but the problem is that each options.phpCmd uses the same cache result.
If a php file first was linted with PHP v5.6.x and the result is cached, and after that lint the same file again with PHP v5.3.x. then the v5.3.x will reuse the cached result which is maybe inaccurate.
The text was updated successfully, but these errors were encountered:
The multiple PHP version is a very good feature, but the problem is that each
options.phpCmd
uses the same cache result.If a php file first was linted with PHP v5.6.x and the result is cached, and after that lint the same file again with PHP v5.3.x. then the v5.3.x will reuse the cached result which is maybe inaccurate.
The text was updated successfully, but these errors were encountered: