builder->getPHPVersionID() < 80000 && getenv('SPC_SKIP_PHP_VERSION_CHECK') !== 'yes') { throw new WrongUsageException('Statically compiled PHP with Zend Opcache only available for PHP >= 8.0 !'); } } public function getUnixConfigureArg(): string { return '--enable-opcache'; } public function getDistName(): string { return 'Zend Opcache'; } }