ext.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. {
  2. "apcu": {
  3. "type": "external",
  4. "source": "apcu"
  5. },
  6. "bcmath": {
  7. "type": "builtin"
  8. },
  9. "bz2": {
  10. "type": "builtin",
  11. "arg-type": "with-prefix",
  12. "lib-depends": [
  13. "bzip2"
  14. ]
  15. },
  16. "calendar": {
  17. "type": "builtin"
  18. },
  19. "ctype": {
  20. "type": "builtin"
  21. },
  22. "curl": {
  23. "type": "builtin",
  24. "arg-type": "with",
  25. "lib-depends": [
  26. "curl"
  27. ]
  28. },
  29. "dba": {
  30. "type": "builtin",
  31. "arg-type-windows": "with"
  32. },
  33. "dom": {
  34. "type": "builtin",
  35. "arg-type": "custom",
  36. "arg-type-windows": "with",
  37. "lib-depends": [
  38. "libxml2",
  39. "zlib"
  40. ]
  41. },
  42. "event": {
  43. "type": "external",
  44. "source": "ext-event",
  45. "arg-type": "custom",
  46. "lib-depends": [
  47. "libevent"
  48. ],
  49. "ext-depends": [
  50. "openssl"
  51. ],
  52. "ext-suggests": [
  53. "sockets"
  54. ]
  55. },
  56. "memcached": {
  57. "type": "external",
  58. "source": "memcached",
  59. "arg-type": "custom",
  60. "cpp-extension": true,
  61. "lib-depends": [
  62. "libmemcached"
  63. ],
  64. "ext-depends": [
  65. "session",
  66. "zlib"
  67. ]
  68. },
  69. "exif": {
  70. "type": "builtin"
  71. },
  72. "ffi": {
  73. "arg-type": "custom",
  74. "type": "builtin",
  75. "lib-depends": [
  76. "libffi"
  77. ]
  78. },
  79. "fileinfo": {
  80. "type": "builtin"
  81. },
  82. "filter": {
  83. "type": "builtin"
  84. },
  85. "ftp": {
  86. "type": "builtin",
  87. "lib-suggests": [
  88. "openssl"
  89. ]
  90. },
  91. "gd": {
  92. "type": "builtin",
  93. "arg-type": "custom",
  94. "arg-type-windows": "with",
  95. "lib-depends": [
  96. "zlib",
  97. "libpng"
  98. ],
  99. "ext-depends": [
  100. "zlib"
  101. ],
  102. "lib-suggests": [
  103. "libavif",
  104. "libwebp",
  105. "libjpeg",
  106. "freetype"
  107. ]
  108. },
  109. "gettext": {
  110. "type": "builtin",
  111. "arg-type": "with",
  112. "lib-depends": [
  113. "gettext"
  114. ]
  115. },
  116. "gmp": {
  117. "type": "builtin",
  118. "arg-type": "with-prefix",
  119. "lib-depends": [
  120. "gmp"
  121. ]
  122. },
  123. "iconv": {
  124. "type": "builtin",
  125. "arg-type": "with-prefix",
  126. "lib-depends-windows": [
  127. "libiconv"
  128. ]
  129. },
  130. "imagick": {
  131. "type": "external",
  132. "source": "ext-imagick",
  133. "arg-type": "custom",
  134. "lib-depends": [
  135. "imagemagick"
  136. ]
  137. },
  138. "imap": {
  139. "type": "builtin",
  140. "arg-type": "with",
  141. "lib-depends": [
  142. "imap"
  143. ],
  144. "lib-suggests": [
  145. "kerberos"
  146. ]
  147. },
  148. "inotify": {
  149. "type": "external",
  150. "source": "inotify"
  151. },
  152. "intl": {
  153. "type": "builtin",
  154. "cpp-extension": true,
  155. "lib-depends": [
  156. "icu"
  157. ]
  158. },
  159. "ldap": {
  160. "type": "builtin",
  161. "arg-type": "with",
  162. "lib-depends": [
  163. "ldap"
  164. ]
  165. },
  166. "mbregex": {
  167. "type": "builtin",
  168. "arg-type": "custom",
  169. "ext-depends": [
  170. "mbstring"
  171. ]
  172. },
  173. "mbstring": {
  174. "type": "builtin",
  175. "arg-type": "custom",
  176. "lib-depends": [
  177. "onig"
  178. ]
  179. },
  180. "memcache": {
  181. "type": "external",
  182. "source": "ext-memcache",
  183. "arg-type": "custom",
  184. "lib-depends": [
  185. "zlib"
  186. ],
  187. "ext-depends": [
  188. "session"
  189. ]
  190. },
  191. "mongodb": {
  192. "type": "external",
  193. "source": "mongodb",
  194. "arg-type": "custom",
  195. "lib-suggests": [
  196. "icu",
  197. "openssl",
  198. "zstd",
  199. "zlib"
  200. ]
  201. },
  202. "mysqli": {
  203. "type": "builtin",
  204. "arg-type": "with",
  205. "ext-depends": [
  206. "mysqlnd"
  207. ]
  208. },
  209. "mysqlnd": {
  210. "type": "builtin",
  211. "arg-type-windows": "with"
  212. },
  213. "opcache": {
  214. "type": "builtin"
  215. },
  216. "openssl": {
  217. "type": "builtin",
  218. "arg-type": "with",
  219. "lib-depends": [
  220. "openssl"
  221. ]
  222. },
  223. "pcntl": {
  224. "type": "builtin",
  225. "unix-only": true
  226. },
  227. "pdo": {
  228. "type": "builtin"
  229. },
  230. "pdo_mysql": {
  231. "type": "builtin",
  232. "arg-type": "with",
  233. "ext-depends": [
  234. "pdo",
  235. "mysqlnd"
  236. ]
  237. },
  238. "pdo_pgsql": {
  239. "type": "builtin",
  240. "arg-type": "with-prefix",
  241. "ext-depends": [
  242. "pdo",
  243. "pgsql"
  244. ],
  245. "lib-depends": [
  246. "postgresql"
  247. ]
  248. },
  249. "pdo_sqlite": {
  250. "type": "builtin",
  251. "arg-type": "with",
  252. "ext-depends": [
  253. "pdo",
  254. "sqlite3"
  255. ],
  256. "lib-depends": [
  257. "sqlite"
  258. ]
  259. },
  260. "pgsql": {
  261. "type": "builtin",
  262. "arg-type": "with-prefix",
  263. "lib-depends": [
  264. "postgresql"
  265. ]
  266. },
  267. "phar": {
  268. "type": "builtin",
  269. "ext-depends": [
  270. "zlib"
  271. ]
  272. },
  273. "posix": {
  274. "type": "builtin",
  275. "unix-only": true
  276. },
  277. "protobuf": {
  278. "type": "external",
  279. "source": "protobuf"
  280. },
  281. "pspell": {
  282. "type": "builtin",
  283. "arg-type": "with",
  284. "lib-depends": [
  285. "aspell"
  286. ]
  287. },
  288. "readline": {
  289. "type": "builtin",
  290. "arg-type": "with-prefix",
  291. "lib-depends": [
  292. "readline"
  293. ]
  294. },
  295. "redis": {
  296. "type": "external",
  297. "source": "redis",
  298. "arg-type": "custom"
  299. },
  300. "session": {
  301. "type": "builtin"
  302. },
  303. "shmop": {
  304. "type": "builtin"
  305. },
  306. "simplexml": {
  307. "type": "builtin",
  308. "arg-type": "custom",
  309. "arg-type-windows": "with",
  310. "lib-depends": [
  311. "libxml2"
  312. ]
  313. },
  314. "snmp": {
  315. "type": "builtin",
  316. "arg-type": "with",
  317. "lib-depends": [
  318. "net-snmp"
  319. ]
  320. },
  321. "soap": {
  322. "type": "builtin",
  323. "arg-type": "custom",
  324. "lib-depends": [
  325. "libxml2"
  326. ]
  327. },
  328. "sockets": {
  329. "type": "builtin"
  330. },
  331. "sodium": {
  332. "type": "builtin",
  333. "arg-type": "with",
  334. "lib-depends": [
  335. "libsodium"
  336. ]
  337. },
  338. "sqlite3": {
  339. "type": "builtin",
  340. "arg-type": "with-prefix",
  341. "lib-depends": [
  342. "sqlite"
  343. ]
  344. },
  345. "ssh2": {
  346. "type": "external",
  347. "source": "ext-ssh2",
  348. "arg-type": "with-prefix",
  349. "lib-depends": [
  350. "libssh2"
  351. ]
  352. },
  353. "swoole": {
  354. "type": "external",
  355. "source": "swoole",
  356. "arg-type": "custom",
  357. "cpp-extension": true,
  358. "lib-depends": [
  359. "openssl"
  360. ],
  361. "ext-depends": [
  362. "openssl"
  363. ],
  364. "ext-suggests": [
  365. "curl"
  366. ],
  367. "unix-only": true
  368. },
  369. "swow": {
  370. "type": "external",
  371. "source": "swow",
  372. "arg-type": "custom",
  373. "lib-suggests": [
  374. "openssl",
  375. "curl"
  376. ],
  377. "ext-suggests": [
  378. "openssl",
  379. "curl"
  380. ]
  381. },
  382. "sysvmsg": {
  383. "type": "builtin",
  384. "unix-only": true
  385. },
  386. "sysvsem": {
  387. "type": "builtin",
  388. "unix-only": true
  389. },
  390. "sysvshm": {
  391. "type": "builtin",
  392. "unix-only": true
  393. },
  394. "tidy": {
  395. "type": "builtin",
  396. "arg-type": "with",
  397. "lib-depends": [
  398. "tidy"
  399. ]
  400. },
  401. "tokenizer": {
  402. "type": "builtin"
  403. },
  404. "xlswriter": {
  405. "type": "external",
  406. "source": "xlswriter",
  407. "arg-type": "custom",
  408. "ext-depends": [
  409. "zlib",
  410. "zip"
  411. ]
  412. },
  413. "xml": {
  414. "type": "builtin",
  415. "arg-type": "custom",
  416. "arg-type-windows": "with",
  417. "lib-depends": [
  418. "libxml2"
  419. ]
  420. },
  421. "xmlreader": {
  422. "type": "builtin",
  423. "arg-type": "custom",
  424. "lib-depends": [
  425. "libxml2"
  426. ]
  427. },
  428. "xmlwriter": {
  429. "type": "builtin",
  430. "arg-type": "custom",
  431. "lib-depends": [
  432. "libxml2"
  433. ]
  434. },
  435. "xsl": {
  436. "type": "builtin",
  437. "arg-type": "with",
  438. "lib-depends": [
  439. "libxslt"
  440. ]
  441. },
  442. "yaml": {
  443. "type": "external",
  444. "source": "yaml",
  445. "arg-type": "with-prefix",
  446. "lib-depends": [
  447. "libyaml"
  448. ]
  449. },
  450. "zip": {
  451. "type": "builtin",
  452. "arg-type": "with-prefix",
  453. "arg-type-windows": "enable",
  454. "lib-depends": [
  455. "libzip"
  456. ]
  457. },
  458. "zlib": {
  459. "type": "builtin",
  460. "arg-type": "with",
  461. "arg-type-windows": "enable",
  462. "lib-depends": [
  463. "zlib"
  464. ]
  465. },
  466. "zstd": {
  467. "type": "external",
  468. "source": "ext-zstd",
  469. "arg-type": "custom",
  470. "lib-depends": [
  471. "zstd"
  472. ]
  473. }
  474. }