ext.json 13 KB

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