2023-03-18 17:32:21 +08:00
|
|
|
{
|
2024-03-04 10:40:23 +08:00
|
|
|
"amqp": {
|
|
|
|
|
"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"
|
|
|
|
|
},
|
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",
|
2023-04-29 18:59:47 +08:00
|
|
|
"arg-type": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"curl"
|
2024-02-22 14:37:10 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"zlib",
|
|
|
|
|
"openssl"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"dba": {
|
|
|
|
|
"type": "builtin",
|
2024-04-12 15:53:38 +08:00
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-suggests": [
|
|
|
|
|
"qdbm"
|
|
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"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"
|
2024-03-05 21:43:09 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2024-04-02 15:54:28 +08:00
|
|
|
"ds": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-ds"
|
|
|
|
|
},
|
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",
|
2024-02-29 15:34:06 +08:00
|
|
|
"lib-depends-unix": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"libffi"
|
2024-02-29 15:34:06 +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": {
|
|
|
|
|
"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": {
|
|
|
|
|
"type": "builtin",
|
2024-02-16 01:28:10 +08:00
|
|
|
"arg-type": "with-prefix",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"gettext"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-08-20 19:51:45 +08:00
|
|
|
"glfw": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"source": "ext-glfw",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"glfw"
|
2024-01-10 21:08:25 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": []
|
2023-08-20 19:51:45 +08:00
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"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",
|
2024-02-23 00:56:28 +08:00
|
|
|
"arg-type-windows": "with",
|
|
|
|
|
"lib-depends-unix": [
|
2023-03-18 17:32:21 +08:00
|
|
|
"libiconv"
|
2024-02-23 00:56:28 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"libiconv-win"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-12-23 13:54:11 +08:00
|
|
|
"igbinary": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "igbinary"
|
|
|
|
|
},
|
2023-05-10 00:46:57 +08:00
|
|
|
"imagick": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-imagick",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"imagemagick"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"imap": {
|
|
|
|
|
"type": "builtin",
|
2023-10-31 13:09:01 +01:00
|
|
|
"arg-type": "custom",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"imap"
|
|
|
|
|
],
|
2024-05-06 15:52:55 +08:00
|
|
|
"ext-suggests": [
|
2023-10-31 13:09:01 +01:00
|
|
|
"openssl"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-04-29 18:59:47 +08:00
|
|
|
"inotify": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "inotify"
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"intl": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"icu"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"ldap": {
|
|
|
|
|
"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": [
|
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
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"mbregex": {
|
|
|
|
|
"type": "builtin",
|
2023-07-27 18:46:37 +08:00
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"mbstring"
|
2023-11-05 17:47:57 +08:00
|
|
|
],
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"onig"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"mbstring": {
|
|
|
|
|
"type": "builtin",
|
2023-11-05 17:47:57 +08:00
|
|
|
"arg-type": "custom"
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
2023-07-25 21:44:53 +08:00
|
|
|
"memcache": {
|
2023-03-26 22:27:51 +08:00
|
|
|
"type": "external",
|
2023-07-25 21:44:53 +08:00
|
|
|
"source": "ext-memcache",
|
2023-05-08 11:44:44 +08:00
|
|
|
"arg-type": "custom",
|
2023-05-26 12:25:53 +08:00
|
|
|
"lib-depends": [
|
2023-07-25 21:44:53 +08:00
|
|
|
"zlib"
|
|
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"session"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-08-20 19:51:45 +08:00
|
|
|
"memcached": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "memcached",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"cpp-extension": true,
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"libmemcached"
|
2023-05-26 12:25:53 +08:00
|
|
|
],
|
2023-08-20 19:51:45 +08:00
|
|
|
"ext-depends": [
|
|
|
|
|
"session",
|
|
|
|
|
"zlib"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-26 22:27:51 +08:00
|
|
|
"mongodb": {
|
|
|
|
|
"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"
|
2023-05-08 11:44:44 +08:00
|
|
|
]
|
2023-03-26 22:27:51 +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
|
|
|
},
|
|
|
|
|
"opcache": {
|
2023-12-10 18:27:52 +08:00
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "custom"
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"openssl": {
|
|
|
|
|
"type": "builtin",
|
2023-10-27 18:22:43 +02:00
|
|
|
"arg-type": "custom",
|
2024-01-10 21:08:25 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
2023-10-31 13:09:01 +01:00
|
|
|
"openssl",
|
|
|
|
|
"zlib"
|
2023-09-23 14:09:51 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"zlib"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2024-05-11 14:46:36 +08:00
|
|
|
"parallel": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "parallel",
|
|
|
|
|
"arg-type-windows": "with",
|
|
|
|
|
"lib-depends-windows": [
|
|
|
|
|
"pthreads4w"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-06-02 22:47:59 +02:00
|
|
|
"password-argon2": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with-prefix",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"libargon2"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"pcntl": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"unix-only": true
|
|
|
|
|
},
|
|
|
|
|
"pdo": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"pdo_mysql": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"mysqlnd"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"pdo_pgsql": {
|
|
|
|
|
"type": "builtin",
|
2023-06-30 20:53:18 +08:00
|
|
|
"arg-type": "with-prefix",
|
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": [
|
2023-06-30 20:53:18 +08:00
|
|
|
"postgresql"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"pdo_sqlite": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"sqlite3"
|
|
|
|
|
],
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"sqlite"
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-03-10 14:58:19 +08:00
|
|
|
"pdo_sqlsrv": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "pdo_sqlsrv",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pdo",
|
|
|
|
|
"sqlsrv"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-07-25 21:44:53 +08:00
|
|
|
"pgsql": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with-prefix",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"postgresql"
|
|
|
|
|
]
|
|
|
|
|
},
|
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": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"unix-only": true
|
|
|
|
|
},
|
2023-04-08 11:58:24 +08:00
|
|
|
"protobuf": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "protobuf"
|
|
|
|
|
},
|
2023-11-21 23:12:00 +08:00
|
|
|
"rar": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "rar",
|
|
|
|
|
"cpp-extension": true
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"readline": {
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"redis": {
|
|
|
|
|
"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": [
|
2023-12-23 13:53:22 +08:00
|
|
|
"session",
|
|
|
|
|
"igbinary"
|
|
|
|
|
],
|
|
|
|
|
"lib-suggests": [
|
2023-12-23 14:53:39 +08:00
|
|
|
"zstd",
|
|
|
|
|
"liblz4"
|
2023-08-09 11:00:01 +08:00
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"session": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"shmop": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
2024-04-02 16:57:59 +08:00
|
|
|
"simdjson": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-simdjson",
|
|
|
|
|
"cpp-extension": true
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"simplexml": {
|
|
|
|
|
"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-02-23 00:56:28 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-09-03 15:49:15 +02:00
|
|
|
"snappy": {
|
|
|
|
|
"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"
|
|
|
|
|
],
|
|
|
|
|
"ext-suggest": [
|
|
|
|
|
"apcu"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"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"
|
2024-02-23 00:56:28 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"sockets": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
|
|
|
|
"sodium": {
|
|
|
|
|
"type": "builtin",
|
|
|
|
|
"arg-type": "with",
|
|
|
|
|
"lib-depends": [
|
2023-05-12 09:47:43 +00:00
|
|
|
"libsodium"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"sqlite3": {
|
|
|
|
|
"type": "builtin",
|
2023-04-29 18:59:47 +08:00
|
|
|
"arg-type": "with-prefix",
|
2024-02-23 11:14:51 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"sqlite"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-12-21 14:02:32 +08:00
|
|
|
"sqlsrv": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "sqlsrv",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"unixodbc"
|
|
|
|
|
],
|
|
|
|
|
"ext-depends-linux": [
|
|
|
|
|
"pcntl"
|
2024-01-07 02:14:45 +08:00
|
|
|
],
|
|
|
|
|
"cpp-extension": true
|
2023-12-21 14:02:32 +08:00
|
|
|
},
|
2023-05-10 02:31:57 +08:00
|
|
|
"ssh2": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-ssh2",
|
|
|
|
|
"arg-type": "with-prefix",
|
2024-02-22 14:37:10 +08:00
|
|
|
"arg-type-windows": "with",
|
2023-05-10 02:31:57 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"libssh2"
|
2024-02-22 14:37:10 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"openssl",
|
|
|
|
|
"zlib"
|
2023-05-10 02:31:57 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"swoole": {
|
|
|
|
|
"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-01-03 10:31:21 +08:00
|
|
|
"unix-only": true,
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
2024-01-03 10:31:21 +08:00
|
|
|
"libcares",
|
|
|
|
|
"brotli",
|
|
|
|
|
"nghttp2",
|
|
|
|
|
"zlib"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
2024-01-03 10:31:21 +08:00
|
|
|
"openssl",
|
|
|
|
|
"curl"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
|
|
|
|
"ext-suggests": [
|
2024-01-03 10:31:21 +08:00
|
|
|
"swoole-hook-pgsql",
|
|
|
|
|
"swoole-hook-mysql",
|
|
|
|
|
"swoole-hook-sqlite"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"swoole-hook-mysql": {
|
|
|
|
|
"type": "addon",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"mysqlnd",
|
|
|
|
|
"pdo",
|
|
|
|
|
"pdo_mysql"
|
2023-03-18 17:32:21 +08:00
|
|
|
],
|
2024-01-03 10:31:21 +08:00
|
|
|
"ext-suggests": [
|
|
|
|
|
"mysqli"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"swoole-hook-pgsql": {
|
|
|
|
|
"type": "addon",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"pgsql",
|
|
|
|
|
"pdo"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"swoole-hook-sqlite": {
|
|
|
|
|
"type": "addon",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"sqlite3",
|
|
|
|
|
"pdo"
|
|
|
|
|
]
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"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": {
|
2024-02-23 00:56:28 +08:00
|
|
|
"type": "builtin"
|
2023-03-18 17:32:21 +08:00
|
|
|
},
|
|
|
|
|
"tidy": {
|
|
|
|
|
"type": "builtin",
|
2023-11-21 23:12:00 +08:00
|
|
|
"arg-type": "with-prefix",
|
2023-03-18 17:32:21 +08:00
|
|
|
"lib-depends": [
|
|
|
|
|
"tidy"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"tokenizer": {
|
|
|
|
|
"type": "builtin"
|
|
|
|
|
},
|
2024-03-01 20:10:48 +08:00
|
|
|
"uuid": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-uuid",
|
|
|
|
|
"arg-type": "with-prefix",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"libuuid"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-12-23 16:23:37 +08:00
|
|
|
"uv": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "ext-uv",
|
|
|
|
|
"arg-type": "with-prefix",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"libuv"
|
2024-01-05 19:21:07 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"sockets"
|
2023-12-23 16:23:37 +08:00
|
|
|
]
|
|
|
|
|
},
|
2023-12-24 15:27:17 +08:00
|
|
|
"xhprof": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "xhprof",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"ctype"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-06-02 21:40:17 +08:00
|
|
|
"xlswriter": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "xlswriter",
|
|
|
|
|
"arg-type": "custom",
|
|
|
|
|
"ext-depends": [
|
|
|
|
|
"zlib",
|
|
|
|
|
"zip"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"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"
|
2024-02-23 00:56:28 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"iconv"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"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"
|
2024-02-23 00:56:28 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml",
|
|
|
|
|
"dom"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"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"
|
2024-02-23 00:56:28 +08:00
|
|
|
],
|
|
|
|
|
"ext-depends-windows": [
|
|
|
|
|
"xml"
|
2023-03-18 17:32:21 +08:00
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"xsl": {
|
|
|
|
|
"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
|
|
|
]
|
|
|
|
|
},
|
2024-04-12 01:43:27 +08:00
|
|
|
"yac": {
|
|
|
|
|
"type": "external",
|
|
|
|
|
"source": "yac",
|
|
|
|
|
"arg-type-unix": "custom",
|
|
|
|
|
"ext-depends-unix": [
|
|
|
|
|
"igbinary"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-03-18 17:32:21 +08:00
|
|
|
"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",
|
2023-04-29 18:59:47 +08:00
|
|
|
"arg-type": "with-prefix",
|
2023-03-18 17:32:21 +08:00
|
|
|
"arg-type-windows": "enable",
|
|
|
|
|
"lib-depends": [
|
|
|
|
|
"libzip"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
2023-11-05 17:55:39 +08:00
|
|
|
}
|