We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b0dcc commit 2f0fd85Copy full SHA for 2f0fd85
bin/phpstan
@@ -13,15 +13,6 @@ use Symfony\Component\Console\Helper\ProgressBar;
13
(function () {
14
error_reporting(E_ALL);
15
ini_set('display_errors', 'stderr');
16
- if (version_compare(PHP_VERSION, '7.4.0', '<')) {
17
- // PHP earlier than 7.4.x with OpCache triggers a bug when we intercept
18
- // custom autoloaders' reads to discover file paths. See PHPStan #4881.
19
- ini_set('opcache.enable', 'Off');
20
- }
21
-
22
- if (PHP_VERSION_ID < 70300) {
23
- gc_disable(); // performance boost
24
25
26
define('__PHPSTAN_RUNNING__', true);
27
0 commit comments