Skip to content

Commit 0b8a050

Browse files
authored
Update GMP ver, using official 6.3.0 version (#483)
* Update GMP ver, using official 6.3.0 version * Add GMP test
1 parent e9aff8f commit 0b8a050

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

config/source.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,12 @@
179179
}
180180
},
181181
"gmp": {
182-
"type": "ghtagtar",
183-
"repo": "alisw/GMP",
182+
"type": "url",
183+
"url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz",
184+
"alt": {
185+
"type": "ghtagtar",
186+
"repo": "alisw/GMP"
187+
},
184188
"license": {
185189
"type": "text",
186190
"text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
2121
$extensions = match (PHP_OS_FAMILY) {
22-
'Linux', 'Darwin' => 'imagick',
22+
'Linux', 'Darwin' => 'imagick,gmp',
2323
'Windows' => 'mbstring,pdo_sqlite,mbregex',
2424
};
2525

0 commit comments

Comments
 (0)