mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 15:55:39 +08:00
refactor and add more linux extensions and libraries
This commit is contained in:
@@ -70,6 +70,9 @@
|
||||
"zlib",
|
||||
"libpng"
|
||||
],
|
||||
"ext-depends": [
|
||||
"zlib"
|
||||
],
|
||||
"lib-suggests": [
|
||||
"gd",
|
||||
"libavif",
|
||||
@@ -148,6 +151,10 @@
|
||||
"onig"
|
||||
]
|
||||
},
|
||||
"mongodb": {
|
||||
"type": "external",
|
||||
"source": "mongodb"
|
||||
},
|
||||
"mysqli": {
|
||||
"type": "builtin",
|
||||
"arg-type": "with",
|
||||
@@ -284,8 +291,7 @@
|
||||
"type": "external",
|
||||
"source": "swoole",
|
||||
"lib-depends": [
|
||||
"openssl",
|
||||
"curl"
|
||||
"openssl"
|
||||
],
|
||||
"ext-depends": [
|
||||
"openssl"
|
||||
@@ -357,6 +363,10 @@
|
||||
"libxslt"
|
||||
]
|
||||
},
|
||||
"protobuf": {
|
||||
"type": "external",
|
||||
"source": "protobuf"
|
||||
},
|
||||
"yaml": {
|
||||
"type": "external",
|
||||
"source": "yaml",
|
||||
|
||||
@@ -349,6 +349,9 @@
|
||||
"headers-windows": [
|
||||
"lzma",
|
||||
"lzma.h"
|
||||
],
|
||||
"lib-depends": [
|
||||
"libiconv"
|
||||
]
|
||||
},
|
||||
"zlib": {
|
||||
|
||||
@@ -141,6 +141,16 @@
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"mongodb": {
|
||||
"type": "ghrel",
|
||||
"repo": "mongodb/mongo-php-driver",
|
||||
"path": "php-src/ext/mongodb",
|
||||
"match": "mongodb.+\\.tgz",
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"nghttp2": {
|
||||
"type": "ghrel",
|
||||
"repo": "nghttp2/nghttp2",
|
||||
@@ -158,6 +168,16 @@
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"protobuf": {
|
||||
"type": "url",
|
||||
"url": "http://pecl.php.net/get/protobuf",
|
||||
"path": "php-src/ext/protobuf",
|
||||
"filename": "protobuf.tgz",
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"onig": {
|
||||
"type": "ghrel",
|
||||
"repo": "kkos/oniguruma",
|
||||
|
||||
Reference in New Issue
Block a user