1158 lines
23 KiB
JSON
Raw Normal View History

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"
},
"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",
2024-07-06 21:56:42 +08:00
"arg-type-unix": "with-prefix",
"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",
"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
},
"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"
},
"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"
]
},
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": {
"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"
],
"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",
2024-07-06 21:56:42 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"gettext"
]
},
"glfw": {
2024-07-06 21:56:42 +08:00
"support": {
"Windows": "wip",
"BSD": "no",
"Linux": "no"
},
"notes": true,
"type": "external",
"arg-type": "custom",
"source": "ext-glfw",
"lib-depends": [
"glfw"
2024-07-06 21:56:42 +08:00
],
"lib-depends-windows": []
},
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",
2023-04-15 18:45:11 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"gmp"
]
},
"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",
"arg-type-unix": "custom",
"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",
2023-04-15 18:45:11 +08:00
"arg-type": "with-prefix",
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",
"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,
"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
]
},
"inotify": {
2024-07-06 21:56:42 +08:00
"support": {
"Windows": "no",
"BSD": "wip",
"Darwin": "no"
},
"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",
2023-09-18 13:43:58 +02:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"ldap"
2023-09-18 13:43:58 +02:00
],
"lib-suggests": [
"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": [
"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
},
"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
},
"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"
],
"ext-depends": [
"session",
"zlib"
]
},
"mongodb": {
2024-07-06 21:56:42 +08:00
"support": {
"BSD": "wip",
"Windows": "wip"
},
"type": "external",
"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
]
},
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
},
"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",
"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",
"arg-type": "custom",
2024-07-06 21:56:42 +08:00
"arg-type-windows": "with",
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
]
},
"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",
"arg-type": "with-prefix",
"lib-depends": [
"libargon2"
]
},
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"
]
},
"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",
2023-06-30 20:53:18 +08:00
"arg-type": "with-prefix",
"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
],
"lib-depends-unix": [
2023-06-30 20:53:18 +08:00
"postgresql"
],
"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",
"lib-depends-unix": [
2023-07-25 21:44:53 +08:00
"postgresql"
],
"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
},
"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",
2023-04-30 15:04:50 +08:00
"arg-type": "with-prefix",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"readline"
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",
"igbinary"
],
"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": {
"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",
"cpp-extension": true,
2023-09-03 15:49:15 +02:00
"arg-type": "custom",
"lib-depends": [
"snappy"
],
"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",
2023-03-18 17:32:21 +08:00
"lib-depends": [
"libxml2"
2024-07-06 21:56:42 +08:00
],
"ext-depends-windows": [
"xml"
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",
"arg-type": "with-prefix",
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",
"arg-type": "with-prefix",
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
],
"ext-depends": [
2024-07-06 21:56:42 +08:00
"openssl",
"curl"
2023-03-18 17:32:21 +08:00
],
"ext-suggests": [
2024-07-06 21:56:42 +08:00
"swoole-hook-pgsql",
"swoole-hook-mysql",
"swoole-hook-sqlite"
]
},
"swoole-hook-mysql": {
"support": {
"Windows": "no",
"BSD": "wip"
},
"notes": true,
"type": "addon",
"arg-type": "custom",
"ext-depends": [
"mysqlnd",
"pdo",
"pdo_mysql"
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",
"arg-type": "custom",
"ext-depends": [
"pgsql",
"pdo"
]
},
"swoole-hook-sqlite": {
"support": {
"Windows": "no",
"BSD": "wip"
},
"notes": true,
"type": "addon",
"arg-type": "custom",
"ext-depends": [
"sqlite3",
"pdo"
]
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",
2024-07-06 21:56:42 +08:00
"arg-type": "with-prefix",
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",
"arg-type": "with-prefix",
"lib-depends": [
"libuuid"
]
},
"uv": {
"support": {
"Windows": "wip",
"BSD": "wip"
},
"type": "external",
"source": "ext-uv",
"arg-type": "with-prefix",
"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",
"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",
2023-08-26 23:50:24 +08:00
"arg-type": "with-prefix",
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",
2024-07-06 21:56:42 +08:00
"arg-type-unix": "with-prefix",
"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",
"arg-type": "with-prefix",
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
}