0.110.0 - 2022-08-15
Changed
- Parse several built-in PHP functions in the same way in pfff and tree-sitter. This makes it possible to match exit, eval, empty and isset, even if the pattern is parsed with pfff and the PHP file with tree-sitter. (gh-5382)
Fixed
- Skip fail-open for exit code 1 (app-2073)