2023-03-18 17:32:21 +08:00
|
|
|
{
|
2024-07-06 21:56:42 +08:00
|
|
|
"amqp": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"source": "amqp",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"librabbitmq"
|
|
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"openssl"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-05-10 00:46:57 +08:00
|
|
|
"apcu": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "apcu"
|
|
|
|
|
},
|
2025-01-13 04:11:32 +01:00
|
|
|
"ast": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ast"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"bcmath": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
2025-05-31 22:17:06 +07:00
|
|
|
"brotli": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-brotli",
|
|
|
|
|
"arg-type": "enable",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"brotli"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"bz2": {
|
|
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type-unix": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"bzip2"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"calendar": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"ctype": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"curl": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"notes": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-04-29 18:59:47 +08:00
|
|
|
"arg-type": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"curl"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"zlib",
|
|
|
|
|
"openssl"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"dba": {
|
|
|
|
|
"type": "builtin",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-suggests": [
|
|
|
|
|
"qdbm"
|
|
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2025-01-25 18:43:12 +09:00
|
|
|
"dio": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "dio"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"dom": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"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"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"ds": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-ds"
|
|
|
|
|
},
|
|
|
|
|
"enchant": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Darwin": "wip",
|
|
|
|
|
"Linux": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "wip"
|
|
|
|
|
},
|
2025-04-19 20:39:48 +08:00
|
|
|
"ev": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ev",
|
2025-05-21 17:57:53 +07:00
|
|
|
"arg-type-windows": "with",
|
2025-05-23 10:00:31 +07:00
|
|
|
"ext-depends": [
|
2025-05-21 17:57:53 +07:00
|
|
|
"sockets"
|
|
|
|
|
]
|
2025-04-19 20:39:48 +08:00
|
|
|
},
|
2023-04-30 14:22:59 +08:00
|
|
|
"event": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-04-30 14:22:59 +08:00
|
|
|
"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": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
2025-03-14 15:25:51 +08:00
|
|
|
"Linux": "partial",
|
2024-07-06 21:56:42 +08:00
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2024-07-06 21:56:42 +08:00
|
|
|
"lib-depends-unix": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"libffi"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"libffi-win"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"fileinfo": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"filter": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"ftp": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"lib-suggests": [
|
|
|
|
|
"openssl"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"gd": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"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"
|
|
|
|
|
],
|
2023-03-26 22:27:51 +08:00
|
|
|
"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": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"gettext"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-08-20 19:51:45 +08:00
|
|
|
"glfw": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "no",
|
|
|
|
|
"Linux": "no"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-08-20 19:51:45 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"source": "ext-glfw",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"glfw"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": []
|
2023-08-20 19:51:45 +08:00
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"gmp": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"gmp"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-09-20 12:32:31 +08:00
|
|
|
"gmssl": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-gmssl",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"gmssl"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-11-09 22:07:52 +08:00
|
|
|
"grpc": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "grpc",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type-unix": "enable-path",
|
2024-11-09 22:07:52 +08:00
|
|
|
"cpp-extension": true,
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"grpc"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"iconv": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type-windows": "with",
|
|
|
|
|
"lib-depends-unix": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"libiconv"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"libiconv-win"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"igbinary": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
2024-08-12 12:11:17 +08:00
|
|
|
"source": "igbinary",
|
|
|
|
|
"ext-suggests": [
|
|
|
|
|
"session",
|
|
|
|
|
"apcu"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-05-10 00:46:57 +08:00
|
|
|
"imagick": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2025-03-30 23:34:52 +07:00
|
|
|
"notes": true,
|
2023-05-10 00:46:57 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-imagick",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"imagemagick"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"imap": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2024-11-02 21:47:39 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-imap",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"imap"
|
|
|
|
|
],
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-suggests": [
|
|
|
|
|
"openssl"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-04-29 18:59:47 +08:00
|
|
|
"inotify": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Darwin": "no"
|
|
|
|
|
},
|
2023-04-29 18:59:47 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "inotify"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"intl": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-06-10 19:06:07 +08:00
|
|
|
"lib-depends-unix": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"icu"
|
2025-06-10 19:06:07 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"icu-static-win"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"ldap": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"ldap"
|
2023-09-18 13:43:58 +02:00
|
|
|
],
|
|
|
|
|
"lib-suggests": [
|
2023-09-21 12:56:52 +02:00
|
|
|
"gmp",
|
|
|
|
|
"libsodium"
|
2023-09-18 13:43:58 +02:00
|
|
|
],
|
|
|
|
|
"ext-suggests": [
|
2023-09-23 14:09:51 +08:00
|
|
|
"openssl"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2025-06-10 19:10:24 +08:00
|
|
|
"libxml": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "none",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"xml"
|
2025-06-25 10:31:29 +07:00
|
|
|
],
|
2025-06-12 10:46:26 +07:00
|
|
|
"target": [
|
|
|
|
|
"static"
|
|
|
|
|
]
|
2025-06-10 19:10:24 +08:00
|
|
|
},
|
2025-06-05 11:33:51 +07:00
|
|
|
"lz4": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-lz4",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"liblz4"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"mbregex": {
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2025-05-21 14:10:56 +07:00
|
|
|
"target": [
|
|
|
|
|
"static"
|
|
|
|
|
],
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-depends": [
|
|
|
|
|
"mbstring"
|
|
|
|
|
],
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"onig"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"mbstring": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "custom"
|
|
|
|
|
},
|
|
|
|
|
"mcrypt": {
|
|
|
|
|
"type": "wip",
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "no",
|
|
|
|
|
"Darwin": "no",
|
|
|
|
|
"Linux": "no"
|
|
|
|
|
},
|
|
|
|
|
"notes": true
|
|
|
|
|
},
|
2023-07-25 21:44:53 +08:00
|
|
|
"memcache": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-07-25 21:44:53 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-memcache",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
2025-03-07 18:25:19 +08:00
|
|
|
"zlib",
|
2023-07-25 21:44:53 +08:00
|
|
|
"session"
|
2025-05-22 12:27:01 +07:00
|
|
|
],
|
2025-05-22 15:46:42 +07:00
|
|
|
"build-with-php": true
|
2023-07-25 21:44:53 +08:00
|
|
|
},
|
2023-08-20 19:51:45 +08:00
|
|
|
"memcached": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
2025-06-12 10:46:26 +07:00
|
|
|
"BSD": "wip"
|
2024-07-06 21:56:42 +08:00
|
|
|
},
|
2023-08-20 19:51:45 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "memcached",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"cpp-extension": true,
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"libmemcached"
|
|
|
|
|
],
|
2025-06-12 10:46:26 +07:00
|
|
|
"lib-depends-unix": [
|
|
|
|
|
"libmemcached",
|
|
|
|
|
"fastlz"
|
|
|
|
|
],
|
2025-09-16 13:06:33 +02:00
|
|
|
"lib-suggests": [
|
|
|
|
|
"zstd"
|
|
|
|
|
],
|
2023-08-20 19:51:45 +08:00
|
|
|
"ext-depends": [
|
|
|
|
|
"session",
|
|
|
|
|
"zlib"
|
2025-09-16 13:06:33 +02:00
|
|
|
],
|
|
|
|
|
"ext-suggests": [
|
|
|
|
|
"igbinary",
|
|
|
|
|
"msgpack",
|
|
|
|
|
"session"
|
2023-08-20 19:51:45 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-26 22:27:51 +08:00
|
|
|
"mongodb": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Windows": "wip"
|
|
|
|
|
},
|
2023-03-26 22:27:51 +08:00
|
|
|
"type": "external",
|
2023-04-29 18:59:47 +08:00
|
|
|
"source": "mongodb",
|
2023-05-08 11:44:44 +08:00
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-suggests": [
|
|
|
|
|
"icu",
|
2023-06-27 00:59:10 +08:00
|
|
|
"openssl",
|
|
|
|
|
"zstd",
|
|
|
|
|
"zlib"
|
2025-06-12 01:16:57 +08:00
|
|
|
],
|
|
|
|
|
"frameworks": [
|
|
|
|
|
"CoreFoundation",
|
|
|
|
|
"Security"
|
2023-05-08 11:44:44 +08:00
|
|
|
]
|
2023-03-26 22:27:51 +08:00
|
|
|
},
|
2024-09-17 22:34:57 +08:00
|
|
|
"msgpack": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "msgpack",
|
|
|
|
|
"arg-type-unix": "with",
|
2025-05-21 18:01:41 +07:00
|
|
|
"arg-type-win": "enable",
|
2025-05-23 10:00:31 +07:00
|
|
|
"ext-depends": [
|
2025-05-21 18:04:38 +07:00
|
|
|
"session"
|
2025-05-21 18:01:41 +07:00
|
|
|
]
|
2024-09-17 22:34:57 +08:00
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"mysqli": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"mysqlnd"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"mysqlnd": {
|
|
|
|
|
"type": "builtin",
|
2023-07-29 19:01:14 +08:00
|
|
|
"arg-type-windows": "with",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"zlib"
|
|
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"oci8": {
|
|
|
|
|
"type": "wip",
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "no",
|
|
|
|
|
"Darwin": "no",
|
|
|
|
|
"Linux": "no"
|
|
|
|
|
},
|
|
|
|
|
"notes": true
|
|
|
|
|
},
|
2025-03-23 16:26:36 +01:00
|
|
|
"odbc": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Windows": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type-unix": "custom",
|
|
|
|
|
"lib-depends-unix": [
|
|
|
|
|
"unixodbc"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"opcache": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"type": "builtin",
|
2025-05-25 09:37:15 +07:00
|
|
|
"arg-type-unix": "custom",
|
2025-08-02 01:29:20 +08:00
|
|
|
"arg-type-windows": "enable",
|
2025-05-25 09:37:15 +07:00
|
|
|
"zend-extension": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"openssl": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"notes": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-10-27 18:22:43 +02:00
|
|
|
"arg-type": "custom",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type-windows": "with",
|
2025-07-19 15:10:42 +07:00
|
|
|
"build-with-php": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
2024-07-06 21:56:42 +08:00
|
|
|
"openssl",
|
|
|
|
|
"zlib"
|
2023-09-23 14:09:51 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"zlib"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2025-02-06 05:27:43 +01:00
|
|
|
"opentelemetry": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "opentelemetry"
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"parallel": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "parallel",
|
|
|
|
|
"arg-type-windows": "with",
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"pthreads4w"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"password-argon2": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "builtin",
|
2025-08-04 10:14:48 +07:00
|
|
|
"arg-type": "custom",
|
2024-07-06 21:56:42 +08:00
|
|
|
"lib-depends": [
|
2025-08-04 10:14:48 +07:00
|
|
|
"libargon2",
|
|
|
|
|
"openssl"
|
2024-07-06 21:56:42 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"pcntl": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "no"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"unix-only": true
|
|
|
|
|
},
|
|
|
|
|
"pdo": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"pdo_mysql": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"mysqlnd"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-03-23 16:26:36 +01:00
|
|
|
"pdo_odbc": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-depends-unix": [
|
|
|
|
|
"unixodbc"
|
|
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"odbc"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"pdo_pgsql": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2025-03-24 05:47:00 +01:00
|
|
|
"arg-type-windows": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"ext-depends": [
|
2023-07-27 18:13:37 +08:00
|
|
|
"pdo",
|
|
|
|
|
"pgsql"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
2025-03-24 05:47:00 +01:00
|
|
|
"lib-depends-unix": [
|
2023-06-30 20:53:18 +08:00
|
|
|
"postgresql"
|
2025-03-24 05:47:00 +01:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"postgresql-win"
|
2023-06-30 20:53:18 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"pdo_sqlite": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"sqlite3"
|
|
|
|
|
],
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"sqlite"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"pdo_sqlsrv": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "pdo_sqlsrv",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"sqlsrv"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-07-25 21:44:53 +08:00
|
|
|
"pgsql": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-07-25 21:44:53 +08:00
|
|
|
"type": "builtin",
|
2024-12-05 10:32:22 +08:00
|
|
|
"arg-type": "custom",
|
2025-03-24 05:47:00 +01:00
|
|
|
"lib-depends-unix": [
|
2023-07-25 21:44:53 +08:00
|
|
|
"postgresql"
|
2025-03-24 05:47:00 +01:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"postgresql-win"
|
2023-07-25 21:44:53 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"phar": {
|
|
|
|
|
"type": "builtin",
|
2023-04-15 18:45:11 +08:00
|
|
|
"ext-depends": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"zlib"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"posix": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "no"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"unix-only": true
|
|
|
|
|
},
|
2023-04-08 11:58:24 +08:00
|
|
|
"protobuf": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-04-08 11:58:24 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "protobuf"
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"rar": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Darwin": "partial"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "rar",
|
|
|
|
|
"cpp-extension": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2024-12-19 12:23:39 +08:00
|
|
|
"rdkafka": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Windows": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-rdkafka",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"cpp-extension": true,
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"librdkafka"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"readline": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
2025-10-08 08:16:54 +02:00
|
|
|
"libedit"
|
2025-05-21 14:29:49 +07:00
|
|
|
],
|
|
|
|
|
"target": [
|
|
|
|
|
"static"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"redis": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "external",
|
2023-04-15 18:45:11 +08:00
|
|
|
"source": "redis",
|
2023-08-09 11:00:01 +08:00
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-suggests": [
|
2024-07-06 21:56:42 +08:00
|
|
|
"session",
|
2025-08-19 20:15:41 +07:00
|
|
|
"igbinary",
|
|
|
|
|
"msgpack"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
2024-08-12 12:11:17 +08:00
|
|
|
"lib-suggests-unix": [
|
2024-07-06 21:56:42 +08:00
|
|
|
"zstd",
|
|
|
|
|
"liblz4"
|
2023-08-09 11:00:01 +08:00
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"session": {
|
2025-05-22 15:46:42 +07:00
|
|
|
"type": "builtin",
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"shmop": {
|
2025-05-22 16:48:22 +07:00
|
|
|
"type": "builtin",
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"simdjson": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-simdjson",
|
|
|
|
|
"cpp-extension": true
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"simplexml": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libxml2"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2025-05-22 12:27:01 +07:00
|
|
|
],
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2023-09-03 15:49:15 +02:00
|
|
|
"snappy": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-09-03 15:49:15 +02:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-snappy",
|
2023-09-03 18:59:00 +02:00
|
|
|
"cpp-extension": true,
|
2023-09-03 15:49:15 +02:00
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"snappy"
|
|
|
|
|
],
|
2024-08-21 11:07:36 +08:00
|
|
|
"ext-suggests": [
|
2023-09-03 15:49:15 +02:00
|
|
|
"apcu"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"soap": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2025-09-23 11:56:12 +02:00
|
|
|
"ext-depends": [
|
|
|
|
|
"libxml",
|
|
|
|
|
"session"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"sockets": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"sodium": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"lib-depends": [
|
2023-05-12 09:47:43 +00:00
|
|
|
"libsodium"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"spx": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Windows": "no"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "spx",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"zlib"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"sqlite3": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"sqlite"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"sqlsrv": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "sqlsrv",
|
|
|
|
|
"lib-depends-unix": [
|
|
|
|
|
"unixodbc"
|
|
|
|
|
],
|
|
|
|
|
"ext-depends-linux": [
|
|
|
|
|
"pcntl"
|
|
|
|
|
],
|
|
|
|
|
"cpp-extension": true
|
|
|
|
|
},
|
2023-05-10 02:31:57 +08:00
|
|
|
"ssh2": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-05-10 02:31:57 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-ssh2",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-05-10 02:31:57 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libssh2"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
2025-05-23 10:00:31 +07:00
|
|
|
"ext-depends": [
|
2024-07-06 21:56:42 +08:00
|
|
|
"openssl",
|
|
|
|
|
"zlib"
|
2023-05-10 02:31:57 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"swoole": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "swoole",
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2023-07-24 23:49:52 +08:00
|
|
|
"cpp-extension": true,
|
2024-07-06 21:56:42 +08:00
|
|
|
"unix-only": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
2024-07-06 21:56:42 +08:00
|
|
|
"libcares",
|
|
|
|
|
"brotli",
|
|
|
|
|
"nghttp2",
|
|
|
|
|
"zlib"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
2025-08-25 12:36:10 +07:00
|
|
|
"lib-suggests": [
|
2025-08-26 00:24:40 +07:00
|
|
|
"zstd"
|
2025-08-25 12:36:10 +07:00
|
|
|
],
|
2025-08-25 22:57:04 +07:00
|
|
|
"lib-suggests-linux": [
|
|
|
|
|
"zstd",
|
|
|
|
|
"liburing"
|
|
|
|
|
],
|
2023-03-18 17:32:21 +08:00
|
|
|
"ext-depends": [
|
2024-07-06 21:56:42 +08:00
|
|
|
"openssl",
|
|
|
|
|
"curl"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
|
|
|
|
"ext-suggests": [
|
2025-08-25 12:36:10 +07:00
|
|
|
"sockets",
|
2024-07-06 21:56:42 +08:00
|
|
|
"swoole-hook-pgsql",
|
|
|
|
|
"swoole-hook-mysql",
|
2025-08-26 00:24:40 +07:00
|
|
|
"swoole-hook-sqlite",
|
|
|
|
|
"swoole-hook-odbc"
|
2024-07-06 21:56:42 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"swoole-hook-mysql": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "addon",
|
2025-08-25 12:57:49 +07:00
|
|
|
"arg-type": "none",
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-depends": [
|
|
|
|
|
"mysqlnd",
|
|
|
|
|
"pdo",
|
2025-08-25 12:08:53 +07:00
|
|
|
"pdo_mysql",
|
|
|
|
|
"swoole"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-suggests": [
|
|
|
|
|
"mysqli"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"swoole-hook-pgsql": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip",
|
|
|
|
|
"Darwin": "partial"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "addon",
|
2025-08-25 12:57:49 +07:00
|
|
|
"arg-type": "none",
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-depends": [
|
|
|
|
|
"pgsql",
|
2025-08-25 12:08:53 +07:00
|
|
|
"pdo",
|
|
|
|
|
"swoole"
|
2024-07-06 21:56:42 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"swoole-hook-sqlite": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "addon",
|
2025-08-25 12:57:49 +07:00
|
|
|
"arg-type": "none",
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-depends": [
|
|
|
|
|
"sqlite3",
|
2025-08-25 12:08:53 +07:00
|
|
|
"pdo",
|
|
|
|
|
"swoole"
|
2024-07-06 21:56:42 +08:00
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2025-08-26 00:24:40 +07:00
|
|
|
"swoole-hook-odbc": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "addon",
|
|
|
|
|
"arg-type": "none",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"swoole"
|
|
|
|
|
],
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"unixodbc"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"swow": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"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": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"unix-only": true
|
|
|
|
|
},
|
|
|
|
|
"sysvsem": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "no",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"unix-only": true
|
|
|
|
|
},
|
|
|
|
|
"sysvshm": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "builtin"
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"tidy": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"tidy"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"tokenizer": {
|
2025-05-22 12:27:01 +07:00
|
|
|
"type": "builtin",
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"uuid": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-uuid",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libuuid"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"uv": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-uv",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libuv"
|
|
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"sockets"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"xdebug": {
|
2025-03-23 15:35:25 +07:00
|
|
|
"type": "external",
|
2025-03-24 19:25:38 +08:00
|
|
|
"source": "xdebug",
|
2025-03-25 00:17:01 +08:00
|
|
|
"target": [
|
|
|
|
|
"shared"
|
|
|
|
|
],
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "no",
|
2025-03-24 23:50:12 +08:00
|
|
|
"Darwin": "partial",
|
|
|
|
|
"Linux": "partial"
|
2024-07-06 21:56:42 +08:00
|
|
|
},
|
2025-05-25 09:37:15 +07:00
|
|
|
"notes": true,
|
|
|
|
|
"zend-extension": true
|
2024-07-06 21:56:42 +08:00
|
|
|
},
|
|
|
|
|
"xhprof": {
|
|
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "xhprof",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"ctype"
|
2025-05-22 15:46:42 +07:00
|
|
|
],
|
|
|
|
|
"build-with-php": true
|
2024-07-06 21:56:42 +08:00
|
|
|
},
|
2023-06-02 21:40:17 +08:00
|
|
|
"xlswriter": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-06-02 21:40:17 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "xlswriter",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"zlib",
|
|
|
|
|
"zip"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"lib-suggests": [
|
|
|
|
|
"openssl"
|
2023-06-02 21:40:17 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"xml": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"notes": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"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"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"iconv"
|
2025-05-22 12:27:01 +07:00
|
|
|
],
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"xmlreader": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libxml2"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml",
|
|
|
|
|
"dom"
|
2025-05-22 12:27:01 +07:00
|
|
|
],
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"xmlwriter": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2023-04-15 18:45:11 +08:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libxml2"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2025-05-22 12:27:01 +07:00
|
|
|
],
|
|
|
|
|
"build-with-php": true
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"xsl": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libxslt"
|
2023-08-26 23:50:24 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"xml",
|
|
|
|
|
"dom"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2025-05-31 22:17:06 +07:00
|
|
|
"xz": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-xz",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"xz"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-07-06 21:56:42 +08:00
|
|
|
"yac": {
|
|
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "yac",
|
|
|
|
|
"arg-type-unix": "custom",
|
2025-06-12 10:46:26 +07:00
|
|
|
"lib-depends-unix": [
|
|
|
|
|
"fastlz"
|
|
|
|
|
],
|
2024-07-06 21:56:42 +08:00
|
|
|
"ext-depends-unix": [
|
|
|
|
|
"igbinary"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"yaml": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "external",
|
|
|
|
|
"source": "yaml",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type-unix": "with-path",
|
2024-07-06 21:56:42 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libyaml"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"zip": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"type": "builtin",
|
2025-07-22 18:29:58 +07:00
|
|
|
"arg-type": "with-path",
|
2023-03-18 17:32:21 +08:00
|
|
|
"arg-type-windows": "enable",
|
2024-07-06 21:56:42 +08:00
|
|
|
"lib-depends-unix": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"libzip"
|
2024-07-06 21:56:42 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"zlib",
|
|
|
|
|
"bz2"
|
|
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"libzip",
|
|
|
|
|
"zlib",
|
|
|
|
|
"bzip2",
|
|
|
|
|
"xz"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"zlib": {
|
|
|
|
|
"type": "builtin",
|
2023-10-19 23:09:31 +08:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"arg-type-windows": "enable",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"zlib"
|
2025-05-21 14:10:56 +07:00
|
|
|
],
|
|
|
|
|
"target": [
|
|
|
|
|
"static"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"zstd": {
|
2024-07-06 21:56:42 +08:00
|
|
|
"support": {
|
|
|
|
|
"Windows": "wip",
|
|
|
|
|
"BSD": "wip"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
2023-09-03 15:49:15 +02:00
|
|
|
}
|