Add extension msgpack support (#543)

This commit is contained in:
Jerry Ma
2024-09-17 22:34:57 +08:00
committed by GitHub
parent ad098d085e
commit 2beecee219
4 changed files with 28 additions and 2 deletions

View File

@@ -360,6 +360,15 @@
"zlib"
]
},
"msgpack": {
"support": {
"BSD": "wip"
},
"type": "external",
"source": "msgpack",
"arg-type-unix": "with",
"arg-type-win": "enable"
},
"mysqli": {
"type": "builtin",
"arg-type": "with",

View File

@@ -514,6 +514,16 @@
"path": "LICENSE"
}
},
"msgpack": {
"type": "url",
"url": "https://pecl.php.net/get/msgpack",
"path": "php-src/ext/msgpack",
"filename": "msgpack.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ncurses": {
"type": "filelist",
"url": "https://ftp.gnu.org/pub/gnu/ncurses/",