mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
fix imagick problem, for some reason it must be in the --start-group --end-group
This commit is contained in:
@@ -529,7 +529,7 @@ class Extension
|
||||
return [];
|
||||
}
|
||||
|
||||
private function getStaticAndSharedLibs(string $allLibs): array
|
||||
protected function getStaticAndSharedLibs(string $allLibs): array
|
||||
{
|
||||
$staticLibString = '';
|
||||
$sharedLibString = '';
|
||||
|
||||
Reference in New Issue
Block a user