|
|
|
|
|
by nawarian
2146 days ago
|
|
Small correction: php IS compiled, just not the way we're used with the term. See https://thephp.website/en/issue/php-8-jit/ for more information. The answers below show a good solution for this issue: use static analysis tools in build time and potentially even as a pre-commit hook. |
|