mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +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, 'buildconfForUnix'], 'ext-opcache')]
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-opcache')]
|
||||||
#[PatchDescription('Fix static opcache build for PHP 8.2.0 to 8.4.x')]
|
#[PatchDescription('Fix static opcache build for PHP 8.2.0 to 8.4.x')]
|
||||||
public function patchBeforeBuildconf(PackageInstaller $installer): bool
|
public function patchBeforeBuildconf(PackageInstaller $installer): bool
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user