Add redis, igbinary extension for Windows

This commit is contained in:
crazywhalecc
2024-08-12 12:11:17 +08:00
committed by Jerry Ma
parent 17c27cb7e8
commit 51442dc9ac
3 changed files with 16 additions and 6 deletions

View File

@@ -205,11 +205,14 @@
},
"igbinary": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
"source": "igbinary"
"source": "igbinary",
"ext-suggests": [
"session",
"apcu"
]
},
"imagick": {
"support": {
@@ -537,7 +540,6 @@
},
"redis": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
@@ -547,7 +549,7 @@
"session",
"igbinary"
],
"lib-suggests": [
"lib-suggests-unix": [
"zstd",
"liblz4"
]