mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
Merge branch 'main' of https://github.com/crazywhalecc/static-php-cli into zig
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"bz2": {
|
||||
"type": "builtin",
|
||||
"arg-type-unix": "with-prefix",
|
||||
"arg-type-unix": "with-path",
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends": [
|
||||
"bzip2"
|
||||
@@ -185,7 +185,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"gettext"
|
||||
]
|
||||
@@ -211,7 +211,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"gmp"
|
||||
]
|
||||
@@ -233,7 +233,7 @@
|
||||
},
|
||||
"type": "external",
|
||||
"source": "grpc",
|
||||
"arg-type-unix": "custom",
|
||||
"arg-type-unix": "enable-path",
|
||||
"cpp-extension": true,
|
||||
"lib-depends": [
|
||||
"grpc"
|
||||
@@ -244,7 +244,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends-unix": [
|
||||
"libiconv"
|
||||
@@ -320,7 +320,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"ldap"
|
||||
],
|
||||
@@ -530,7 +530,7 @@
|
||||
},
|
||||
"notes": true,
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"libargon2"
|
||||
]
|
||||
@@ -572,7 +572,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"arg-type-windows": "custom",
|
||||
"ext-depends": [
|
||||
"pdo",
|
||||
@@ -675,7 +675,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"readline"
|
||||
],
|
||||
@@ -786,7 +786,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends": [
|
||||
"sqlite"
|
||||
@@ -812,7 +812,7 @@
|
||||
},
|
||||
"type": "external",
|
||||
"source": "ext-ssh2",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends": [
|
||||
"libssh2"
|
||||
@@ -938,7 +938,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"tidy"
|
||||
]
|
||||
@@ -954,7 +954,7 @@
|
||||
},
|
||||
"type": "external",
|
||||
"source": "ext-uuid",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"libuuid"
|
||||
]
|
||||
@@ -966,7 +966,7 @@
|
||||
},
|
||||
"type": "external",
|
||||
"source": "ext-uv",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"libuv"
|
||||
],
|
||||
@@ -1068,7 +1068,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"lib-depends": [
|
||||
"libxslt"
|
||||
],
|
||||
@@ -1105,7 +1105,7 @@
|
||||
},
|
||||
"type": "external",
|
||||
"source": "yaml",
|
||||
"arg-type-unix": "with-prefix",
|
||||
"arg-type-unix": "with-path",
|
||||
"arg-type-windows": "with",
|
||||
"lib-depends": [
|
||||
"libyaml"
|
||||
@@ -1116,7 +1116,7 @@
|
||||
"BSD": "wip"
|
||||
},
|
||||
"type": "builtin",
|
||||
"arg-type": "with-prefix",
|
||||
"arg-type": "with-path",
|
||||
"arg-type-windows": "enable",
|
||||
"lib-depends-unix": [
|
||||
"libzip"
|
||||
|
||||
Reference in New Issue
Block a user