mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Add ext-maxminddb and libmaxminddb support on Windows
This commit is contained in:
@@ -15,6 +15,7 @@ use StaticPHP\Util\FileSystem;
|
||||
class maxminddb extends PhpExtensionPackage
|
||||
{
|
||||
#[BeforeStage('php', [php::class, 'buildconfForUnix'], 'ext-maxminddb')]
|
||||
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-maxminddb')]
|
||||
#[PatchDescription('Patch maxminddb extension for buildconf to support new source structure')]
|
||||
public function patchBeforeBuildconf(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user