Skip to content

v1.7.25

Choose a tag to compare

@haggaiwambua haggaiwambua released this 27 May 19:32
· 23 commits to master since this release
Immutable release. Only release title and notes can be modified.
f03c3d4

Fixed

  • shield:analyze no longer exhausts PHP memory when pro analyzers are installed — pro analyzers create private AstParser instances that bypass the container, making them invisible to the existing clearParserCache() singleton call; runAll(), run(), and AnalyzeCommand now call clearAstParserCache() via method_exists() after each analyze() invocation