add -shared suffix extension to allow building newest e.g. zip.so

This commit is contained in:
henderkes
2025-10-02 16:20:00 +02:00
parent 3198cc40c1
commit 9a37534fd3
7 changed files with 59 additions and 4 deletions

View File

@@ -263,6 +263,16 @@
"path": "LICENSE"
}
},
"ext-zip": {
"type": "url",
"url": "https://pecl.php.net/get/zip",
"path": "php-src/ext/zip-shared",
"filename": "ext-zip.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-zstd": {
"type": "git",
"path": "php-src/ext/zstd",