408 lines
7.7 KiB
JSON
Raw Normal View History

2023-03-18 17:32:21 +08:00
{
"bcmath": {
"type": "builtin"
},
"bz2": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"bzip2"
]
},
"calendar": {
"type": "builtin"
},
"ctype": {
"type": "builtin"
},
"curl": {
"type": "builtin",
"arg-type": "with",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"curl"
]
},
"dba": {
"type": "builtin",
"arg-type-windows": "with"
},
"dom": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"arg-type-windows": "with",
"lib-depends": [
2023-03-19 01:16:54 +08:00
"libxml2",
"zlib"
2023-03-18 17:32:21 +08:00
]
},
2023-04-30 14:22:59 +08:00
"event": {
"type": "external",
"source": "ext-event",
"arg-type": "custom",
"lib-depends": [
"libevent"
],
"ext-depends": [
"openssl"
],
"ext-suggests": [
"sockets"
]
},
2023-03-18 17:32:21 +08:00
"exif": {
"type": "builtin"
},
"ffi": {
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"type": "builtin",
"lib-depends": [
"libffi"
]
},
"fileinfo": {
"type": "builtin"
},
"filter": {
"type": "builtin"
},
"ftp": {
"type": "builtin",
"lib-suggests": [
"openssl"
]
},
"gd": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"arg-type-windows": "with",
"lib-depends": [
"zlib",
"libpng"
],
"ext-depends": [
"zlib"
],
2023-03-18 17:32:21 +08:00
"lib-suggests": [
"libavif",
"libwebp",
"libjpeg",
2023-03-18 21:40:07 +08:00
"freetype"
2023-03-18 17:32:21 +08:00
]
},
"gettext": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"gettext"
]
},
"gmp": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"gmp"
]
},
"iconv": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends-windows": [
"libiconv"
]
},
"imap": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"imap"
],
"lib-suggests": [
"kerberos"
]
},
"inotify": {
"type": "external",
"source": "inotify"
},
2023-03-18 17:32:21 +08:00
"intl": {
"type": "builtin",
"lib-depends": [
"icu"
]
},
"ldap": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"ldap"
]
},
"mbregex": {
"type": "builtin",
"lib-depends": [
"onig"
]
},
"mbstring": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"onig"
]
},
"mongodb": {
"type": "external",
"source": "mongodb",
"arg-type": "custom"
},
2023-03-18 17:32:21 +08:00
"mysqli": {
"type": "builtin",
"arg-type": "with",
"ext-depends": [
"mysqlnd"
]
},
"mysqlnd": {
"type": "builtin",
"arg-type-windows": "with"
},
"opcache": {
"type": "builtin"
},
"openssl": {
"type": "builtin",
"arg-type": "with",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"openssl"
]
},
"pcntl": {
"type": "builtin",
"unix-only": true
},
"pdo": {
"type": "builtin"
},
"pdo_mysql": {
"type": "builtin",
"arg-type": "with",
"ext-depends": [
"pdo",
"mysqlnd"
]
},
"pdo_pgsql": {
"type": "builtin",
"arg-type": "with",
"ext-depends": [
"pdo"
],
"lib-depends": [
"pq"
]
},
"pdo_sqlite": {
"type": "builtin",
"arg-type": "with",
"ext-depends": [
"pdo",
"sqlite3"
],
"lib-depends": [
"sqlite"
]
},
"phar": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"ext-depends": [
2023-03-18 17:32:21 +08:00
"zlib"
]
},
"posix": {
"type": "builtin",
"unix-only": true
},
2023-04-08 11:58:24 +08:00
"protobuf": {
"type": "external",
"source": "protobuf"
},
2023-03-18 17:32:21 +08:00
"pspell": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"aspell"
]
},
"readline": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"readline"
],
"lib-suggests": [
"libedit",
"ncurses"
]
},
"redis": {
"type": "external",
2023-04-15 18:45:11 +08:00
"source": "redis",
"arg-type": "custom"
2023-03-18 17:32:21 +08:00
},
"session": {
"type": "builtin"
},
"shmop": {
"type": "builtin"
},
"simplexml": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"arg-type-windows": "with",
"lib-depends": [
"libxml2"
]
},
"snmp": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"net-snmp"
]
},
"soap": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"libxml2"
]
},
"sockets": {
"type": "builtin"
},
"sodium": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"sodium"
]
},
"sqlite3": {
"type": "builtin",
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"sqlite"
]
},
"swoole": {
"type": "external",
"source": "swoole",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"openssl"
2023-03-18 17:32:21 +08:00
],
"ext-depends": [
"openssl"
],
"ext-suggests": [
"curl"
],
"unix-only": true
},
"swow": {
"type": "external",
"source": "swow",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-suggests": [
"openssl",
"curl"
],
"ext-suggests": [
2023-04-08 18:44:46 +08:00
"openssl",
2023-03-18 17:32:21 +08:00
"curl"
]
},
"sysvmsg": {
"type": "builtin",
"unix-only": true
},
"sysvsem": {
"type": "builtin",
"unix-only": true
},
"sysvshm": {
"type": "builtin",
"unix-only": true
},
"tidy": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"tidy"
]
},
"tokenizer": {
"type": "builtin"
},
"xml": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"arg-type-windows": "with",
"lib-depends": [
"libxml2"
]
},
"xmlreader": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"libxml2"
]
},
"xmlwriter": {
"type": "builtin",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"libxml2"
]
},
"xsl": {
"type": "builtin",
"arg-type": "with",
"lib-depends": [
"libxslt"
]
},
"yaml": {
"type": "external",
"source": "yaml",
2023-04-15 18:45:11 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"libyaml"
]
},
"zip": {
"type": "builtin",
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"arg-type-windows": "enable",
"lib-depends": [
"libzip"
]
},
"zlib": {
"type": "builtin",
"arg-type": "with",
"arg-type-windows": "enable",
"lib-depends": [
"zlib"
]
},
"zstd": {
"type": "external",
"source": "ext-zstd",
2023-04-15 18:45:11 +08:00
"arg-type": "custom",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"zstd"
]
}
}