builder->getPHPVersionID() < 80000) { 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'; } }