123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562 |
- {
- "apcu": {
- "type": "external",
- "source": "apcu"
- },
- "bcmath": {
- "type": "builtin"
- },
- "bz2": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "bzip2"
- ]
- },
- "calendar": {
- "type": "builtin"
- },
- "crypto": {
- "type": "external",
- "arg-type": "with",
- "source": "ext-crypto",
- "lib-depends": [
- "openssl"
- ]
- },
- "ctype": {
- "type": "builtin"
- },
- "curl": {
- "type": "builtin",
- "arg-type": "with",
- "lib-depends": [
- "curl"
- ]
- },
- "dba": {
- "type": "builtin",
- "arg-type-windows": "with"
- },
- "dom": {
- "type": "builtin",
- "arg-type": "custom",
- "arg-type-windows": "with",
- "lib-depends": [
- "libxml2",
- "zlib"
- ]
- },
- "event": {
- "type": "external",
- "source": "ext-event",
- "arg-type": "custom",
- "lib-depends": [
- "libevent"
- ],
- "ext-depends": [
- "openssl"
- ],
- "ext-suggests": [
- "sockets"
- ]
- },
- "exif": {
- "type": "builtin"
- },
- "ffi": {
- "arg-type": "custom",
- "type": "builtin",
- "lib-depends": [
- "libffi"
- ]
- },
- "fileinfo": {
- "type": "builtin"
- },
- "filter": {
- "type": "builtin"
- },
- "ftp": {
- "type": "builtin",
- "lib-suggests": [
- "openssl"
- ]
- },
- "gd": {
- "type": "builtin",
- "arg-type": "custom",
- "arg-type-windows": "with",
- "lib-depends": [
- "zlib",
- "libpng"
- ],
- "ext-depends": [
- "zlib"
- ],
- "lib-suggests": [
- "libavif",
- "libwebp",
- "libjpeg",
- "freetype"
- ]
- },
- "gettext": {
- "type": "builtin",
- "arg-type": "with",
- "lib-depends": [
- "gettext"
- ]
- },
- "glfw": {
- "type": "external",
- "arg-type": "custom",
- "source": "ext-glfw",
- "lib-depends": [
- "glfw"
- ]
- },
- "gmp": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "gmp"
- ]
- },
- "iconv": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "libiconv"
- ]
- },
- "igbinary": {
- "type": "external",
- "source": "igbinary"
- },
- "imagick": {
- "type": "external",
- "source": "ext-imagick",
- "arg-type": "custom",
- "lib-depends": [
- "imagemagick"
- ]
- },
- "imap": {
- "type": "builtin",
- "arg-type": "custom",
- "lib-depends": [
- "imap"
- ],
- "lib-suggests": [
- "openssl"
- ]
- },
- "inotify": {
- "type": "external",
- "source": "inotify"
- },
- "intl": {
- "type": "builtin",
- "lib-depends": [
- "icu"
- ]
- },
- "ldap": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "ldap"
- ],
- "lib-suggests": [
- "gmp",
- "libsodium"
- ],
- "ext-suggests": [
- "openssl"
- ]
- },
- "leveldb": {
- "type": "external",
- "arg-type": "with-prefix",
- "source": "pmmp-leveldb",
- "lib-depends": [
- "leveldb"
- ]
- },
- "mbregex": {
- "type": "builtin",
- "arg-type": "custom",
- "ext-depends": [
- "mbstring"
- ],
- "lib-depends": [
- "onig"
- ]
- },
- "mbstring": {
- "type": "builtin",
- "arg-type": "custom"
- },
- "memcache": {
- "type": "external",
- "source": "ext-memcache",
- "arg-type": "custom",
- "lib-depends": [
- "zlib"
- ],
- "ext-depends": [
- "session"
- ]
- },
- "memcached": {
- "type": "external",
- "source": "memcached",
- "arg-type": "custom",
- "cpp-extension": true,
- "lib-depends": [
- "libmemcached"
- ],
- "ext-depends": [
- "session",
- "zlib"
- ]
- },
- "mongodb": {
- "type": "external",
- "source": "mongodb",
- "arg-type": "custom",
- "lib-suggests": [
- "icu",
- "openssl",
- "zstd",
- "zlib"
- ]
- },
- "morton": {
- "type": "external",
- "source": "ext-morton"
- },
- "mysqli": {
- "type": "builtin",
- "arg-type": "with",
- "ext-depends": [
- "mysqlnd"
- ]
- },
- "mysqlnd": {
- "type": "builtin",
- "arg-type-windows": "with",
- "lib-depends": [
- "zlib"
- ]
- },
- "opcache": {
- "type": "builtin",
- "arg-type": "custom"
- },
- "openssl": {
- "type": "builtin",
- "arg-type": "custom",
- "lib-depends": [
- "openssl",
- "zlib"
- ],
- "ext-depends": [
- "zlib"
- ]
- },
- "password-argon2": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "libargon2"
- ]
- },
- "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-prefix",
- "ext-depends": [
- "pdo",
- "pgsql"
- ],
- "lib-depends": [
- "postgresql"
- ]
- },
- "pdo_sqlite": {
- "type": "builtin",
- "arg-type": "with",
- "ext-depends": [
- "pdo",
- "sqlite3"
- ],
- "lib-depends": [
- "sqlite"
- ]
- },
- "pgsql": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "postgresql"
- ]
- },
- "phar": {
- "type": "builtin",
- "ext-depends": [
- "zlib"
- ]
- },
- "pmmp-chunkutils2": {
- "type": "external",
- "source": "pmmp-chunkutils2",
- "arg-type": "custom",
- "cpp-extension": true
- },
- "pmmpthread": {
- "type": "external",
- "source": "pmmpthread"
- },
- "posix": {
- "type": "builtin",
- "unix-only": true
- },
- "protobuf": {
- "type": "external",
- "source": "protobuf"
- },
- "pspell": {
- "type": "builtin",
- "arg-type": "with",
- "lib-depends": [
- "aspell"
- ]
- },
- "rar": {
- "type": "external",
- "source": "rar",
- "cpp-extension": true
- },
- "readline": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "readline"
- ]
- },
- "redis": {
- "type": "external",
- "source": "redis",
- "arg-type": "custom",
- "ext-suggests": [
- "session"
- ]
- },
- "session": {
- "type": "builtin"
- },
- "shmop": {
- "type": "builtin"
- },
- "simplexml": {
- "type": "builtin",
- "arg-type": "custom",
- "arg-type-windows": "with",
- "lib-depends": [
- "libxml2"
- ]
- },
- "snappy": {
- "type": "external",
- "source": "ext-snappy",
- "cpp-extension": true,
- "arg-type": "custom",
- "lib-depends": [
- "snappy"
- ],
- "ext-suggest": [
- "apcu"
- ]
- },
- "snmp": {
- "type": "builtin",
- "arg-type": "with",
- "lib-depends": [
- "net-snmp"
- ]
- },
- "soap": {
- "type": "builtin",
- "arg-type": "custom",
- "lib-depends": [
- "libxml2"
- ]
- },
- "sockets": {
- "type": "builtin"
- },
- "sodium": {
- "type": "builtin",
- "arg-type": "with",
- "lib-depends": [
- "libsodium"
- ]
- },
- "sqlite3": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "sqlite"
- ]
- },
- "ssh2": {
- "type": "external",
- "source": "ext-ssh2",
- "arg-type": "with-prefix",
- "lib-depends": [
- "libssh2"
- ]
- },
- "swoole": {
- "type": "external",
- "source": "swoole",
- "arg-type": "custom",
- "cpp-extension": true,
- "lib-depends": [
- "openssl"
- ],
- "ext-depends": [
- "openssl"
- ],
- "ext-suggests": [
- "curl",
- "pgsql"
- ],
- "unix-only": true
- },
- "swow": {
- "type": "external",
- "source": "swow",
- "arg-type": "custom",
- "lib-suggests": [
- "openssl",
- "curl"
- ],
- "ext-suggests": [
- "openssl",
- "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-prefix",
- "lib-depends": [
- "tidy"
- ]
- },
- "tokenizer": {
- "type": "builtin"
- },
- "xlswriter": {
- "type": "external",
- "source": "xlswriter",
- "arg-type": "custom",
- "ext-depends": [
- "zlib",
- "zip"
- ]
- },
- "xml": {
- "type": "builtin",
- "arg-type": "custom",
- "arg-type-windows": "with",
- "lib-depends": [
- "libxml2"
- ]
- },
- "xmlreader": {
- "type": "builtin",
- "arg-type": "custom",
- "lib-depends": [
- "libxml2"
- ]
- },
- "xmlwriter": {
- "type": "builtin",
- "arg-type": "custom",
- "lib-depends": [
- "libxml2"
- ]
- },
- "xsl": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "lib-depends": [
- "libxslt"
- ],
- "ext-depends": [
- "xml",
- "dom"
- ]
- },
- "yaml": {
- "type": "external",
- "source": "yaml",
- "arg-type": "with-prefix",
- "lib-depends": [
- "libyaml"
- ]
- },
- "zip": {
- "type": "builtin",
- "arg-type": "with-prefix",
- "arg-type-windows": "enable",
- "lib-depends": [
- "libzip"
- ]
- },
- "zlib": {
- "type": "builtin",
- "arg-type": "custom",
- "arg-type-windows": "enable",
- "lib-depends": [
- "zlib"
- ]
- },
- "zstd": {
- "type": "external",
- "source": "ext-zstd",
- "arg-type": "custom",
- "lib-depends": [
- "zstd"
- ]
- }
- }
|