diff --git a/src/SPC/command/BaseCommand.php b/src/SPC/command/BaseCommand.php index cfb72e26..45dea917 100644 --- a/src/SPC/command/BaseCommand.php +++ b/src/SPC/command/BaseCommand.php @@ -147,6 +147,7 @@ abstract class BaseCommand extends Command protected function parseExtensionList(string $ext_list): array { + $ext_list = str_replace('zend-opcache', 'opcache', $ext_list); $a = array_map('trim', explode(',', $ext_list)); return array_values(array_filter($a, function ($x) { $filter_internals = [