diff --git a/src/Package/Extension/opcache.php b/src/Package/Extension/opcache.php index 93cb0a9f..07758de2 100644 --- a/src/Package/Extension/opcache.php +++ b/src/Package/Extension/opcache.php @@ -29,6 +29,7 @@ class opcache extends PhpExtensionPackage } #[BeforeStage('php', [php::class, 'buildconfForUnix'], 'ext-opcache')] + #[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-opcache')] #[PatchDescription('Fix static opcache build for PHP 8.2.0 to 8.4.x')] public function patchBeforeBuildconf(PackageInstaller $installer): bool {