ext.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. {
  2. "apcu": {
  3. "type": "external",
  4. "source": "apcu"
  5. },
  6. "ardillo": {
  7. "type": "external",
  8. "source": "ardillo",
  9. "arg-type": "enable",
  10. "lib-depends": [
  11. "libui-ng"
  12. ]
  13. },
  14. "bcmath": {
  15. "type": "builtin"
  16. },
  17. "bz2": {
  18. "type": "builtin",
  19. "arg-type": "with-prefix",
  20. "lib-depends": [
  21. "bzip2"
  22. ]
  23. },
  24. "calendar": {
  25. "type": "builtin"
  26. },
  27. "ctype": {
  28. "type": "builtin"
  29. },
  30. "curl": {
  31. "type": "builtin",
  32. "arg-type": "with",
  33. "lib-depends": [
  34. "curl"
  35. ]
  36. },
  37. "dba": {
  38. "type": "builtin",
  39. "arg-type-windows": "with"
  40. },
  41. "dom": {
  42. "type": "builtin",
  43. "arg-type": "custom",
  44. "arg-type-windows": "with",
  45. "lib-depends": [
  46. "libxml2",
  47. "zlib"
  48. ]
  49. },
  50. "event": {
  51. "type": "external",
  52. "source": "ext-event",
  53. "arg-type": "custom",
  54. "lib-depends": [
  55. "libevent"
  56. ],
  57. "ext-depends": [
  58. "openssl"
  59. ],
  60. "ext-suggests": [
  61. "sockets"
  62. ]
  63. },
  64. "exif": {
  65. "type": "builtin"
  66. },
  67. "ffi": {
  68. "arg-type": "custom",
  69. "type": "builtin",
  70. "lib-depends": [
  71. "libffi"
  72. ]
  73. },
  74. "fileinfo": {
  75. "type": "builtin"
  76. },
  77. "filter": {
  78. "type": "builtin"
  79. },
  80. "ftp": {
  81. "type": "builtin",
  82. "lib-suggests": [
  83. "openssl"
  84. ]
  85. },
  86. "gd": {
  87. "type": "builtin",
  88. "arg-type": "custom",
  89. "arg-type-windows": "with",
  90. "lib-depends": [
  91. "zlib",
  92. "libpng"
  93. ],
  94. "ext-depends": [
  95. "zlib"
  96. ],
  97. "lib-suggests": [
  98. "libavif",
  99. "libwebp",
  100. "libjpeg",
  101. "freetype"
  102. ]
  103. },
  104. "gettext": {
  105. "type": "builtin",
  106. "arg-type": "with",
  107. "lib-depends": [
  108. "gettext"
  109. ]
  110. },
  111. "glfw": {
  112. "type": "external",
  113. "arg-type": "custom",
  114. "source": "ext-glfw",
  115. "lib-depends": [
  116. "glfw"
  117. ],
  118. "lib-depends-windows": []
  119. },
  120. "gmp": {
  121. "type": "builtin",
  122. "arg-type": "with-prefix",
  123. "lib-depends": [
  124. "gmp"
  125. ]
  126. },
  127. "iconv": {
  128. "type": "builtin",
  129. "arg-type": "with-prefix",
  130. "lib-depends": [
  131. "libiconv"
  132. ]
  133. },
  134. "igbinary": {
  135. "type": "external",
  136. "source": "igbinary"
  137. },
  138. "imagick": {
  139. "type": "external",
  140. "source": "ext-imagick",
  141. "arg-type": "custom",
  142. "lib-depends": [
  143. "imagemagick"
  144. ]
  145. },
  146. "imap": {
  147. "type": "builtin",
  148. "arg-type": "custom",
  149. "lib-depends": [
  150. "imap"
  151. ],
  152. "lib-suggests": [
  153. "openssl"
  154. ]
  155. },
  156. "inotify": {
  157. "type": "external",
  158. "source": "inotify"
  159. },
  160. "intl": {
  161. "type": "builtin",
  162. "lib-depends": [
  163. "icu"
  164. ]
  165. },
  166. "ldap": {
  167. "type": "builtin",
  168. "arg-type": "with-prefix",
  169. "lib-depends": [
  170. "ldap"
  171. ],
  172. "lib-suggests": [
  173. "gmp",
  174. "libsodium"
  175. ],
  176. "ext-suggests": [
  177. "openssl"
  178. ]
  179. },
  180. "mbregex": {
  181. "type": "builtin",
  182. "arg-type": "custom",
  183. "ext-depends": [
  184. "mbstring"
  185. ],
  186. "lib-depends": [
  187. "onig"
  188. ]
  189. },
  190. "mbstring": {
  191. "type": "builtin",
  192. "arg-type": "custom"
  193. },
  194. "memcache": {
  195. "type": "external",
  196. "source": "ext-memcache",
  197. "arg-type": "custom",
  198. "lib-depends": [
  199. "zlib"
  200. ],
  201. "ext-depends": [
  202. "session"
  203. ]
  204. },
  205. "memcached": {
  206. "type": "external",
  207. "source": "memcached",
  208. "arg-type": "custom",
  209. "cpp-extension": true,
  210. "lib-depends": [
  211. "libmemcached"
  212. ],
  213. "ext-depends": [
  214. "session",
  215. "zlib"
  216. ]
  217. },
  218. "mongodb": {
  219. "type": "external",
  220. "source": "mongodb",
  221. "arg-type": "custom",
  222. "lib-suggests": [
  223. "icu",
  224. "openssl",
  225. "zstd",
  226. "zlib"
  227. ]
  228. },
  229. "mysqli": {
  230. "type": "builtin",
  231. "arg-type": "with",
  232. "ext-depends": [
  233. "mysqlnd"
  234. ]
  235. },
  236. "mysqlnd": {
  237. "type": "builtin",
  238. "arg-type-windows": "with",
  239. "lib-depends": [
  240. "zlib"
  241. ]
  242. },
  243. "opcache": {
  244. "type": "builtin",
  245. "arg-type": "custom"
  246. },
  247. "openssl": {
  248. "type": "builtin",
  249. "arg-type": "custom",
  250. "arg-type-windows": "with",
  251. "lib-depends": [
  252. "openssl",
  253. "zlib"
  254. ],
  255. "ext-depends": [
  256. "zlib"
  257. ]
  258. },
  259. "password-argon2": {
  260. "type": "builtin",
  261. "arg-type": "with-prefix",
  262. "lib-depends": [
  263. "libargon2"
  264. ]
  265. },
  266. "pcntl": {
  267. "type": "builtin",
  268. "unix-only": true
  269. },
  270. "pdo": {
  271. "type": "builtin"
  272. },
  273. "pdo_mysql": {
  274. "type": "builtin",
  275. "arg-type": "with",
  276. "ext-depends": [
  277. "pdo",
  278. "mysqlnd"
  279. ]
  280. },
  281. "pdo_pgsql": {
  282. "type": "builtin",
  283. "arg-type": "with-prefix",
  284. "ext-depends": [
  285. "pdo",
  286. "pgsql"
  287. ],
  288. "lib-depends": [
  289. "postgresql"
  290. ]
  291. },
  292. "pdo_sqlite": {
  293. "type": "builtin",
  294. "arg-type": "with",
  295. "ext-depends": [
  296. "pdo",
  297. "sqlite3"
  298. ],
  299. "lib-depends": [
  300. "sqlite"
  301. ]
  302. },
  303. "pgsql": {
  304. "type": "builtin",
  305. "arg-type": "with-prefix",
  306. "lib-depends": [
  307. "postgresql"
  308. ]
  309. },
  310. "phar": {
  311. "type": "builtin",
  312. "ext-depends": [
  313. "zlib"
  314. ]
  315. },
  316. "posix": {
  317. "type": "builtin",
  318. "unix-only": true
  319. },
  320. "protobuf": {
  321. "type": "external",
  322. "source": "protobuf"
  323. },
  324. "pspell": {
  325. "type": "builtin",
  326. "arg-type": "with",
  327. "lib-depends": [
  328. "aspell"
  329. ]
  330. },
  331. "rar": {
  332. "type": "external",
  333. "source": "rar",
  334. "cpp-extension": true
  335. },
  336. "readline": {
  337. "type": "builtin",
  338. "arg-type": "with-prefix",
  339. "lib-depends": [
  340. "readline"
  341. ]
  342. },
  343. "redis": {
  344. "type": "external",
  345. "source": "redis",
  346. "arg-type": "custom",
  347. "ext-suggests": [
  348. "session",
  349. "igbinary"
  350. ],
  351. "lib-suggests": [
  352. "zstd",
  353. "liblz4"
  354. ]
  355. },
  356. "session": {
  357. "type": "builtin"
  358. },
  359. "shmop": {
  360. "type": "builtin"
  361. },
  362. "simplexml": {
  363. "type": "builtin",
  364. "arg-type": "custom",
  365. "arg-type-windows": "with",
  366. "lib-depends": [
  367. "libxml2"
  368. ]
  369. },
  370. "snappy": {
  371. "type": "external",
  372. "source": "ext-snappy",
  373. "cpp-extension": true,
  374. "arg-type": "custom",
  375. "lib-depends": [
  376. "snappy"
  377. ],
  378. "ext-suggest": [
  379. "apcu"
  380. ]
  381. },
  382. "snmp": {
  383. "type": "builtin",
  384. "arg-type": "with",
  385. "lib-depends": [
  386. "net-snmp"
  387. ]
  388. },
  389. "soap": {
  390. "type": "builtin",
  391. "arg-type": "custom",
  392. "lib-depends": [
  393. "libxml2"
  394. ]
  395. },
  396. "sockets": {
  397. "type": "builtin"
  398. },
  399. "sodium": {
  400. "type": "builtin",
  401. "arg-type": "with",
  402. "lib-depends": [
  403. "libsodium"
  404. ]
  405. },
  406. "sqlite3": {
  407. "type": "builtin",
  408. "arg-type": "with-prefix",
  409. "lib-depends": [
  410. "sqlite"
  411. ]
  412. },
  413. "sqlsrv": {
  414. "type": "external",
  415. "source": "sqlsrv",
  416. "lib-depends": [
  417. "unixodbc"
  418. ],
  419. "ext-depends-linux": [
  420. "pcntl"
  421. ],
  422. "cpp-extension": true
  423. },
  424. "ssh2": {
  425. "type": "external",
  426. "source": "ext-ssh2",
  427. "arg-type": "with-prefix",
  428. "lib-depends": [
  429. "libssh2"
  430. ]
  431. },
  432. "swoole": {
  433. "type": "external",
  434. "source": "swoole",
  435. "arg-type": "custom",
  436. "cpp-extension": true,
  437. "unix-only": true,
  438. "lib-depends": [
  439. "libcares",
  440. "brotli",
  441. "nghttp2",
  442. "zlib"
  443. ],
  444. "ext-depends": [
  445. "openssl",
  446. "curl"
  447. ],
  448. "ext-suggests": [
  449. "swoole-hook-pgsql",
  450. "swoole-hook-mysql",
  451. "swoole-hook-sqlite"
  452. ]
  453. },
  454. "swoole-hook-mysql": {
  455. "type": "addon",
  456. "arg-type": "custom",
  457. "ext-depends": [
  458. "mysqlnd",
  459. "pdo",
  460. "pdo_mysql"
  461. ],
  462. "ext-suggests": [
  463. "mysqli"
  464. ]
  465. },
  466. "swoole-hook-pgsql": {
  467. "type": "addon",
  468. "arg-type": "custom",
  469. "ext-depends": [
  470. "pgsql",
  471. "pdo"
  472. ]
  473. },
  474. "swoole-hook-sqlite": {
  475. "type": "addon",
  476. "arg-type": "custom",
  477. "ext-depends": [
  478. "sqlite3",
  479. "pdo"
  480. ]
  481. },
  482. "swow": {
  483. "type": "external",
  484. "source": "swow",
  485. "arg-type": "custom",
  486. "lib-suggests": [
  487. "openssl",
  488. "curl"
  489. ],
  490. "ext-suggests": [
  491. "openssl",
  492. "curl"
  493. ]
  494. },
  495. "sysvmsg": {
  496. "type": "builtin",
  497. "unix-only": true
  498. },
  499. "sysvsem": {
  500. "type": "builtin",
  501. "unix-only": true
  502. },
  503. "sysvshm": {
  504. "type": "builtin",
  505. "unix-only": true
  506. },
  507. "tidy": {
  508. "type": "builtin",
  509. "arg-type": "with-prefix",
  510. "lib-depends": [
  511. "tidy"
  512. ]
  513. },
  514. "tokenizer": {
  515. "type": "builtin"
  516. },
  517. "uv": {
  518. "type": "external",
  519. "source": "ext-uv",
  520. "arg-type": "with-prefix",
  521. "lib-depends": [
  522. "libuv"
  523. ],
  524. "ext-depends": [
  525. "sockets"
  526. ]
  527. },
  528. "xhprof": {
  529. "type": "external",
  530. "source": "xhprof",
  531. "ext-depends": [
  532. "ctype"
  533. ]
  534. },
  535. "xlswriter": {
  536. "type": "external",
  537. "source": "xlswriter",
  538. "arg-type": "custom",
  539. "ext-depends": [
  540. "zlib",
  541. "zip"
  542. ]
  543. },
  544. "xml": {
  545. "type": "builtin",
  546. "arg-type": "custom",
  547. "arg-type-windows": "with",
  548. "lib-depends": [
  549. "libxml2"
  550. ]
  551. },
  552. "xmlreader": {
  553. "type": "builtin",
  554. "arg-type": "custom",
  555. "lib-depends": [
  556. "libxml2"
  557. ]
  558. },
  559. "xmlwriter": {
  560. "type": "builtin",
  561. "arg-type": "custom",
  562. "lib-depends": [
  563. "libxml2"
  564. ]
  565. },
  566. "xsl": {
  567. "type": "builtin",
  568. "arg-type": "with-prefix",
  569. "lib-depends": [
  570. "libxslt"
  571. ],
  572. "ext-depends": [
  573. "xml",
  574. "dom"
  575. ]
  576. },
  577. "yaml": {
  578. "type": "external",
  579. "source": "yaml",
  580. "arg-type": "with-prefix",
  581. "lib-depends": [
  582. "libyaml"
  583. ]
  584. },
  585. "zip": {
  586. "type": "builtin",
  587. "arg-type": "with-prefix",
  588. "arg-type-windows": "enable",
  589. "lib-depends": [
  590. "libzip"
  591. ]
  592. },
  593. "zlib": {
  594. "type": "builtin",
  595. "arg-type": "custom",
  596. "arg-type-windows": "enable",
  597. "lib-depends": [
  598. "zlib"
  599. ]
  600. },
  601. "zstd": {
  602. "type": "external",
  603. "source": "ext-zstd",
  604. "arg-type": "custom",
  605. "lib-depends": [
  606. "zstd"
  607. ]
  608. }
  609. }