mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
Add Windows build configuration support for opcache extension
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user