Update GMP ver, using official 6.3.0 version (#483)

* Update GMP ver, using official 6.3.0 version

* Add GMP test
This commit is contained in:
Jerry Ma
2024-06-26 11:30:19 +08:00
committed by GitHub
parent e9aff8f1d8
commit 0b8a0504a2
2 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ $upx = true;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'imagick',
'Linux', 'Darwin' => 'imagick,gmp',
'Windows' => 'mbstring,pdo_sqlite,mbregex',
};