source.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849
  1. {
  2. "php-src": {
  3. "type": "custom",
  4. "license": {
  5. "type": "file",
  6. "path": "LICENSE"
  7. }
  8. },
  9. "amqp": {
  10. "type": "url",
  11. "url": "https://pecl.php.net/get/amqp",
  12. "path": "php-src/ext/amqp",
  13. "filename": "amqp.tgz",
  14. "license": {
  15. "type": "file",
  16. "path": "LICENSE"
  17. }
  18. },
  19. "apcu": {
  20. "type": "url",
  21. "url": "https://pecl.php.net/get/APCu",
  22. "path": "php-src/ext/apcu",
  23. "filename": "apcu.tgz",
  24. "license": {
  25. "type": "file",
  26. "path": "LICENSE"
  27. }
  28. },
  29. "brotli": {
  30. "type": "ghtar",
  31. "repo": "google/brotli",
  32. "provide-pre-built": true,
  33. "license": {
  34. "type": "file",
  35. "path": "LICENSE"
  36. }
  37. },
  38. "bzip2": {
  39. "type": "filelist",
  40. "url": "https://sourceware.org/pub/bzip2/",
  41. "regex": "/href=\"(?<file>bzip2-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  42. "provide-pre-built": true,
  43. "license": {
  44. "type": "text",
  45. "text": "This program, \"bzip2\", the associated library \"libbzip2\", and all documentation, are copyright (C) 1996-2010 Julian R Seward. All rights reserved. \n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n 2. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.\n 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.\n 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nJulian Seward, jseward@bzip.org bzip2/libbzip2 version 1.0.6 of 6 September 2010\n\nPATENTS: To the best of my knowledge, bzip2 and libbzip2 do not use any patented algorithms. However, I do not have the resources to carry out a patent search. Therefore I cannot give any guarantee of the above statement."
  46. }
  47. },
  48. "curl": {
  49. "type": "ghrel",
  50. "repo": "curl/curl",
  51. "match": "curl.+\\.tar\\.xz",
  52. "prefer-stable": true,
  53. "license": {
  54. "type": "file",
  55. "path": "COPYING"
  56. }
  57. },
  58. "ext-ds": {
  59. "type": "url",
  60. "url": "https://pecl.php.net/get/ds",
  61. "path": "php-src/ext/ds",
  62. "filename": "ds.tgz",
  63. "license": {
  64. "type": "file",
  65. "path": "LICENSE"
  66. }
  67. },
  68. "ext-event": {
  69. "type": "url",
  70. "url": "https://bitbucket.org/osmanov/pecl-event/get/3.0.8.tar.gz",
  71. "path": "php-src/ext/event",
  72. "license": {
  73. "type": "file",
  74. "path": "LICENSE"
  75. }
  76. },
  77. "ext-glfw": {
  78. "type": "git",
  79. "url": "https://github.com/mario-deluna/php-glfw",
  80. "rev": "master",
  81. "license": {
  82. "type": "file",
  83. "path": "LICENSE"
  84. }
  85. },
  86. "ext-gmssl": {
  87. "type": "ghtar",
  88. "repo": "gmssl/GmSSL-PHP",
  89. "path": "php-src/ext/gmssl",
  90. "license": {
  91. "type": "file",
  92. "path": "LICENSE"
  93. }
  94. },
  95. "ext-imagick": {
  96. "type": "url",
  97. "url": "https://pecl.php.net/get/imagick",
  98. "path": "php-src/ext/imagick",
  99. "filename": "imagick.tgz",
  100. "license": {
  101. "type": "file",
  102. "path": "LICENSE"
  103. }
  104. },
  105. "ext-memcache": {
  106. "type": "url",
  107. "url": "https://pecl.php.net/get/memcache",
  108. "path": "php-src/ext/memcache",
  109. "filename": "memcache.tgz",
  110. "license": {
  111. "type": "file",
  112. "path": "LICENSE"
  113. }
  114. },
  115. "ext-simdjson": {
  116. "type": "url",
  117. "url": "https://pecl.php.net/get/simdjson",
  118. "path": "php-src/ext/simdjson",
  119. "filename": "simdjson.tgz",
  120. "license": {
  121. "type": "file",
  122. "path": "LICENSE"
  123. }
  124. },
  125. "ext-snappy": {
  126. "type": "git",
  127. "path": "php-src/ext/snappy",
  128. "rev": "master",
  129. "url": "https://github.com/kjdev/php-ext-snappy",
  130. "license": {
  131. "type": "file",
  132. "path": "LICENSE"
  133. }
  134. },
  135. "ext-ssh2": {
  136. "type": "url",
  137. "url": "https://pecl.php.net/get/ssh2",
  138. "path": "php-src/ext/ssh2",
  139. "filename": "ssh2.tgz",
  140. "license": {
  141. "type": "file",
  142. "path": "LICENSE"
  143. }
  144. },
  145. "ext-uuid": {
  146. "type": "url",
  147. "url": "https://pecl.php.net/get/uuid",
  148. "path": "php-src/ext/uuid",
  149. "filename": "uuid.tgz",
  150. "license": {
  151. "type": "file",
  152. "path": "LICENSE"
  153. }
  154. },
  155. "ext-uv": {
  156. "type": "url",
  157. "url": "https://pecl.php.net/get/uv",
  158. "path": "php-src/ext/uv",
  159. "filename": "uv.tgz",
  160. "license": {
  161. "type": "file",
  162. "path": "LICENSE"
  163. }
  164. },
  165. "ext-zstd": {
  166. "type": "git",
  167. "path": "php-src/ext/zstd",
  168. "rev": "master",
  169. "url": "https://github.com/kjdev/php-ext-zstd",
  170. "license": {
  171. "type": "file",
  172. "path": "LICENSE"
  173. }
  174. },
  175. "freetype": {
  176. "type": "git",
  177. "rev": "VER-2-13-2",
  178. "url": "https://github.com/freetype/freetype",
  179. "license": {
  180. "type": "file",
  181. "path": "LICENSE.TXT"
  182. }
  183. },
  184. "gettext": {
  185. "type": "filelist",
  186. "url": "https://ftp.gnu.org/pub/gnu/gettext/",
  187. "regex": "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/",
  188. "license": {
  189. "type": "file",
  190. "path": "COPYING"
  191. }
  192. },
  193. "gmp": {
  194. "type": "url",
  195. "url": "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz",
  196. "provide-pre-built": true,
  197. "alt": {
  198. "type": "ghtagtar",
  199. "repo": "alisw/GMP"
  200. },
  201. "license": {
  202. "type": "text",
  203. "text": "Since version 6, GMP is distributed under the dual licenses, GNU LGPL v3 and GNU GPL v2. These licenses make the library free to use, share, and improve, and allow you to pass on the result. The GNU licenses give freedoms, but also set firm restrictions on the use with non-free programs."
  204. }
  205. },
  206. "gmssl": {
  207. "type": "ghtar",
  208. "repo": "guanzhi/GmSSL",
  209. "license": {
  210. "type": "file",
  211. "path": "LICENSE"
  212. }
  213. },
  214. "grpc": {
  215. "type": "git",
  216. "rev": "v1.68.x",
  217. "url": "https://github.com/grpc/grpc.git",
  218. "provide-pre-built": true,
  219. "license": {
  220. "type": "file",
  221. "path": "LICENSE"
  222. }
  223. },
  224. "icu": {
  225. "type": "ghrel",
  226. "repo": "unicode-org/icu",
  227. "match": "icu4c.+-src\\.tgz",
  228. "prefer-stable": true,
  229. "provide-pre-built": true,
  230. "license": {
  231. "type": "file",
  232. "path": "LICENSE"
  233. }
  234. },
  235. "igbinary": {
  236. "type": "url",
  237. "url": "https://pecl.php.net/get/igbinary",
  238. "path": "php-src/ext/igbinary",
  239. "filename": "igbinary.tgz",
  240. "license": {
  241. "type": "file",
  242. "path": "COPYING"
  243. }
  244. },
  245. "imagemagick": {
  246. "type": "ghtar",
  247. "repo": "ImageMagick/ImageMagick",
  248. "license": {
  249. "type": "file",
  250. "path": "LICENSE"
  251. }
  252. },
  253. "imap": {
  254. "type": "git",
  255. "url": "https://github.com/static-php/imap.git",
  256. "rev": "master",
  257. "license": {
  258. "type": "file",
  259. "path": "LICENSE"
  260. }
  261. },
  262. "inotify": {
  263. "type": "url",
  264. "url": "https://pecl.php.net/get/inotify",
  265. "path": "php-src/ext/inotify",
  266. "filename": "inotify.tgz",
  267. "license": {
  268. "type": "file",
  269. "path": "LICENSE"
  270. }
  271. },
  272. "ldap": {
  273. "type": "filelist",
  274. "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
  275. "regex": "/href=\"(?<file>openldap-(?<version>[^\"]+)\\.tgz)\"/",
  276. "license": {
  277. "type": "file",
  278. "path": "LICENSE"
  279. }
  280. },
  281. "libargon2": {
  282. "type": "git",
  283. "rev": "master",
  284. "url": "https://github.com/static-php/phc-winner-argon2",
  285. "provide-pre-built": true,
  286. "license": {
  287. "type": "file",
  288. "path": "LICENSE"
  289. }
  290. },
  291. "libavif": {
  292. "type": "ghtar",
  293. "repo": "AOMediaCodec/libavif",
  294. "provide-pre-built": true,
  295. "license": {
  296. "type": "file",
  297. "path": "LICENSE"
  298. }
  299. },
  300. "libcares": {
  301. "type": "ghrel",
  302. "repo": "c-ares/c-ares",
  303. "match": "c-ares-.+\\.tar\\.gz",
  304. "prefer-stable": true,
  305. "provide-pre-built": true,
  306. "alt": {
  307. "type": "filelist",
  308. "url": "https://c-ares.org/download/",
  309. "regex": "/href=\"\\/download\\/(?<file>c-ares-(?<version>[^\"]+)\\.tar\\.gz)\"/"
  310. },
  311. "license": {
  312. "type": "file",
  313. "path": "LICENSE.md"
  314. }
  315. },
  316. "libevent": {
  317. "type": "ghrel",
  318. "repo": "libevent/libevent",
  319. "match": "libevent.+\\.tar\\.gz",
  320. "prefer-stable": true,
  321. "provide-pre-built": true,
  322. "license": {
  323. "type": "file",
  324. "path": "LICENSE"
  325. }
  326. },
  327. "libffi": {
  328. "type": "ghrel",
  329. "repo": "libffi/libffi",
  330. "match": "libffi.+\\.tar\\.gz",
  331. "prefer-stable": true,
  332. "license": {
  333. "type": "file",
  334. "path": "LICENSE"
  335. }
  336. },
  337. "libffi-win": {
  338. "type": "git",
  339. "rev": "master",
  340. "url": "https://github.com/static-php/libffi-win.git",
  341. "license": {
  342. "type": "file",
  343. "path": "LICENSE"
  344. }
  345. },
  346. "libiconv": {
  347. "type": "filelist",
  348. "url": "https://ftp.gnu.org/gnu/libiconv/",
  349. "regex": "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  350. "provide-pre-built": true,
  351. "license": {
  352. "type": "file",
  353. "path": "COPYING"
  354. }
  355. },
  356. "libiconv-win": {
  357. "type": "git",
  358. "rev": "master",
  359. "url": "https://github.com/static-php/libiconv-win.git",
  360. "license": {
  361. "type": "file",
  362. "path": "source/COPYING"
  363. }
  364. },
  365. "libjpeg": {
  366. "type": "ghtar",
  367. "repo": "libjpeg-turbo/libjpeg-turbo",
  368. "license": {
  369. "type": "file",
  370. "path": "LICENSE.md"
  371. }
  372. },
  373. "liblz4": {
  374. "type": "ghrel",
  375. "repo": "lz4/lz4",
  376. "match": "lz4-.+\\.tar\\.gz",
  377. "prefer-stable": true,
  378. "provide-pre-built": true,
  379. "license": {
  380. "type": "file",
  381. "path": "LICENSE"
  382. }
  383. },
  384. "libmemcached": {
  385. "type": "git",
  386. "url": "https://github.com/static-php/libmemcached-macos.git",
  387. "rev": "master",
  388. "license": {
  389. "type": "file",
  390. "path": "COPYING"
  391. }
  392. },
  393. "libpng": {
  394. "type": "git",
  395. "url": "https://github.com/glennrp/libpng.git",
  396. "rev": "libpng16",
  397. "provide-pre-built": true,
  398. "license": {
  399. "type": "file",
  400. "path": "LICENSE"
  401. }
  402. },
  403. "librabbitmq": {
  404. "type": "git",
  405. "url": "https://github.com/alanxz/rabbitmq-c.git",
  406. "rev": "master",
  407. "license": {
  408. "type": "file",
  409. "path": "LICENSE"
  410. }
  411. },
  412. "libsodium": {
  413. "type": "ghrel",
  414. "repo": "jedisct1/libsodium",
  415. "match": "libsodium-\\d+(\\.\\d+)*\\.tar\\.gz",
  416. "prefer-stable": true,
  417. "provide-pre-built": true,
  418. "license": {
  419. "type": "file",
  420. "path": "LICENSE"
  421. }
  422. },
  423. "libssh2": {
  424. "type": "ghrel",
  425. "repo": "libssh2/libssh2",
  426. "match": "libssh2.+\\.tar\\.gz",
  427. "prefer-stable": true,
  428. "license": {
  429. "type": "file",
  430. "path": "COPYING"
  431. }
  432. },
  433. "libtiff": {
  434. "type": "filelist",
  435. "url": "https://download.osgeo.org/libtiff/",
  436. "regex": "/href=\"(?<file>tiff-(?<version>[^\"]+)\\.tar\\.xz)\"/",
  437. "provide-pre-built": true,
  438. "license": {
  439. "type": "file",
  440. "path": "LICENSE.md"
  441. }
  442. },
  443. "libuuid": {
  444. "type": "git",
  445. "url": "https://github.com/static-php/libuuid.git",
  446. "rev": "master",
  447. "license": {
  448. "type": "file",
  449. "path": "COPYING"
  450. }
  451. },
  452. "libuv": {
  453. "type": "ghtar",
  454. "repo": "libuv/libuv",
  455. "license": [
  456. {
  457. "type": "file",
  458. "path": "LICENSE"
  459. },
  460. {
  461. "type": "file",
  462. "path": "LICENSE-extra"
  463. }
  464. ]
  465. },
  466. "libwebp": {
  467. "type": "url",
  468. "url": "https://github.com/webmproject/libwebp/archive/refs/tags/v1.3.2.tar.gz",
  469. "provide-pre-built": true,
  470. "license": {
  471. "type": "file",
  472. "path": "COPYING"
  473. }
  474. },
  475. "libxml2": {
  476. "type": "url",
  477. "url": "https://github.com/GNOME/libxml2/archive/refs/tags/v2.12.5.tar.gz",
  478. "license": {
  479. "type": "file",
  480. "path": "Copyright"
  481. }
  482. },
  483. "libxslt": {
  484. "type": "filelist",
  485. "url": "https://download.gnome.org/sources/libxslt/1.1/",
  486. "regex": "/href=\"(?<file>libxslt-(?<version>[^\"]+)\\.tar\\.xz)\"/",
  487. "license": {
  488. "type": "file",
  489. "path": "COPYING"
  490. }
  491. },
  492. "libyaml": {
  493. "type": "ghrel",
  494. "repo": "yaml/libyaml",
  495. "match": "yaml-.+\\.tar\\.gz",
  496. "prefer-stable": true,
  497. "provide-pre-built": true,
  498. "license": {
  499. "type": "file",
  500. "path": "License"
  501. }
  502. },
  503. "libzip": {
  504. "type": "ghrel",
  505. "repo": "nih-at/libzip",
  506. "match": "libzip.+\\.tar\\.xz",
  507. "prefer-stable": true,
  508. "license": {
  509. "type": "file",
  510. "path": "LICENSE"
  511. }
  512. },
  513. "memcached": {
  514. "type": "url",
  515. "url": "https://pecl.php.net/get/memcached",
  516. "path": "php-src/ext/memcached",
  517. "filename": "memcached.tgz",
  518. "license": {
  519. "type": "file",
  520. "path": "LICENSE"
  521. }
  522. },
  523. "micro": {
  524. "type": "git",
  525. "path": "php-src/sapi/micro",
  526. "rev": "master",
  527. "url": "https://github.com/static-php/phpmicro",
  528. "license": {
  529. "type": "file",
  530. "path": "LICENSE"
  531. }
  532. },
  533. "mongodb": {
  534. "type": "ghrel",
  535. "repo": "mongodb/mongo-php-driver",
  536. "path": "php-src/ext/mongodb",
  537. "match": "mongodb.+\\.tgz",
  538. "prefer-stable": true,
  539. "license": {
  540. "type": "file",
  541. "path": "LICENSE"
  542. }
  543. },
  544. "msgpack": {
  545. "type": "url",
  546. "url": "https://pecl.php.net/get/msgpack",
  547. "path": "php-src/ext/msgpack",
  548. "filename": "msgpack.tgz",
  549. "license": {
  550. "type": "file",
  551. "path": "LICENSE"
  552. }
  553. },
  554. "ncurses": {
  555. "type": "filelist",
  556. "url": "https://ftp.gnu.org/pub/gnu/ncurses/",
  557. "regex": "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  558. "provide-pre-built": true,
  559. "license": {
  560. "type": "file",
  561. "path": "COPYING"
  562. }
  563. },
  564. "nghttp2": {
  565. "type": "ghrel",
  566. "repo": "nghttp2/nghttp2",
  567. "match": "nghttp2.+\\.tar\\.xz",
  568. "prefer-stable": true,
  569. "license": {
  570. "type": "file",
  571. "path": "COPYING"
  572. }
  573. },
  574. "onig": {
  575. "type": "ghrel",
  576. "repo": "kkos/oniguruma",
  577. "match": "onig-.+\\.tar\\.gz",
  578. "prefer-stable": true,
  579. "provide-pre-built": true,
  580. "license": {
  581. "type": "file",
  582. "path": "COPYING"
  583. }
  584. },
  585. "openssl": {
  586. "type": "ghrel",
  587. "repo": "openssl/openssl",
  588. "match": "openssl.+\\.tar\\.gz",
  589. "prefer-stable": true,
  590. "alt": {
  591. "type": "filelist",
  592. "url": "https://www.openssl.org/source/",
  593. "regex": "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/"
  594. },
  595. "provide-pre-built": true,
  596. "license": {
  597. "type": "file",
  598. "path": "LICENSE.txt"
  599. }
  600. },
  601. "parallel": {
  602. "type": "url",
  603. "url": "https://pecl.php.net/get/parallel",
  604. "path": "php-src/ext/parallel",
  605. "filename": "parallel.tgz",
  606. "license": {
  607. "type": "file",
  608. "path": "LICENSE"
  609. }
  610. },
  611. "pdo_sqlsrv": {
  612. "type": "url",
  613. "url": "https://pecl.php.net/get/pdo_sqlsrv",
  614. "path": "php-src/ext/pdo_sqlsrv",
  615. "filename": "pdo_sqlsrv.tgz",
  616. "license": {
  617. "type": "file",
  618. "path": "LICENSE"
  619. }
  620. },
  621. "pkg-config": {
  622. "type": "url",
  623. "url": "https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz",
  624. "provide-pre-built": true,
  625. "license": {
  626. "type": "file",
  627. "path": "COPYING"
  628. }
  629. },
  630. "postgresql": {
  631. "type": "url",
  632. "url": "https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2",
  633. "license": {
  634. "type": "file",
  635. "path": "COPYRIGHT"
  636. }
  637. },
  638. "protobuf": {
  639. "type": "url",
  640. "url": "https://pecl.php.net/get/protobuf",
  641. "path": "php-src/ext/protobuf",
  642. "filename": "protobuf.tgz",
  643. "license": {
  644. "type": "file",
  645. "path": "LICENSE"
  646. }
  647. },
  648. "pthreads4w": {
  649. "type": "git",
  650. "rev": "master",
  651. "url": "https://git.code.sf.net/p/pthreads4w/code",
  652. "license": {
  653. "type": "file",
  654. "path": "LICENSE"
  655. }
  656. },
  657. "qdbm": {
  658. "type": "git",
  659. "url": "https://github.com/static-php/qdbm.git",
  660. "rev": "main",
  661. "license": {
  662. "type": "file",
  663. "path": "COPYING"
  664. }
  665. },
  666. "rar": {
  667. "type": "git",
  668. "url": "https://github.com/static-php/php-rar.git",
  669. "path": "php-src/ext/rar",
  670. "rev": "issue-php82",
  671. "license": {
  672. "type": "file",
  673. "path": "LICENSE"
  674. }
  675. },
  676. "readline": {
  677. "type": "filelist",
  678. "url": "https://ftp.gnu.org/pub/gnu/readline/",
  679. "regex": "/href=\"(?<file>readline-(?<version>[^\"]+)\\.tar\\.gz)\"/",
  680. "provide-pre-built": true,
  681. "license": {
  682. "type": "file",
  683. "path": "COPYING"
  684. }
  685. },
  686. "redis": {
  687. "type": "url",
  688. "url": "https://pecl.php.net/get/redis",
  689. "path": "php-src/ext/redis",
  690. "filename": "redis.tgz",
  691. "license": {
  692. "type": "file",
  693. "path": [
  694. "LICENSE",
  695. "COPYING"
  696. ]
  697. }
  698. },
  699. "snappy": {
  700. "type": "git",
  701. "repo": "google/snappy",
  702. "rev": "main",
  703. "url": "https://github.com/google/snappy",
  704. "license": {
  705. "type": "file",
  706. "path": "COPYING"
  707. }
  708. },
  709. "spx": {
  710. "type": "git",
  711. "rev": "master",
  712. "url": "https://github.com/static-php/php-spx.git",
  713. "path": "php-src/ext/spx",
  714. "license": {
  715. "type": "file",
  716. "path": "LICENSE"
  717. }
  718. },
  719. "sqlite": {
  720. "type": "url",
  721. "url": "https://www.sqlite.org/2023/sqlite-autoconf-3430200.tar.gz",
  722. "provide-pre-built": true,
  723. "license": {
  724. "type": "text",
  725. "text": "The author disclaims copyright to this source code. In place of\na legal notice, here is a blessing:\n\n * May you do good and not evil.\n * May you find forgiveness for yourself and forgive others.\n * May you share freely, never taking more than you give."
  726. }
  727. },
  728. "sqlsrv": {
  729. "type": "url",
  730. "url": "https://pecl.php.net/get/sqlsrv",
  731. "path": "php-src/ext/sqlsrv",
  732. "filename": "sqlsrv.tgz",
  733. "license": {
  734. "type": "file",
  735. "path": "LICENSE"
  736. }
  737. },
  738. "swoole": {
  739. "type": "ghtar",
  740. "path": "php-src/ext/swoole",
  741. "repo": "swoole/swoole-src",
  742. "prefer-stable": true,
  743. "license": {
  744. "type": "file",
  745. "path": "LICENSE"
  746. }
  747. },
  748. "swow": {
  749. "type": "git",
  750. "path": "php-src/ext/swow-src",
  751. "rev": "ci",
  752. "url": "https://github.com/swow/swow",
  753. "patch": "patchSwow",
  754. "license": {
  755. "type": "file",
  756. "path": "LICENSE"
  757. }
  758. },
  759. "tidy": {
  760. "type": "url",
  761. "url": "https://github.com/htacg/tidy-html5/archive/refs/tags/5.8.0.tar.gz",
  762. "filename": "tidy-html5.tgz",
  763. "license": {
  764. "type": "file",
  765. "path": "README/LICENSE.md"
  766. }
  767. },
  768. "unixodbc": {
  769. "type": "url",
  770. "url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz",
  771. "provide-pre-built": true,
  772. "license": {
  773. "type": "file",
  774. "path": "COPYING"
  775. }
  776. },
  777. "xhprof": {
  778. "type": "url",
  779. "url": "https://pecl.php.net/get/xhprof",
  780. "path": "php-src/ext/xhprof-src",
  781. "filename": "xhprof.tgz",
  782. "license": {
  783. "type": "file",
  784. "path": "LICENSE"
  785. }
  786. },
  787. "xlswriter": {
  788. "type": "url",
  789. "url": "https://pecl.php.net/get/xlswriter",
  790. "path": "php-src/ext/xlswriter",
  791. "filename": "xlswriter.tgz",
  792. "license": {
  793. "type": "file",
  794. "path": "LICENSE"
  795. }
  796. },
  797. "xz": {
  798. "type": "ghrel",
  799. "repo": "tukaani-project/xz",
  800. "match": "xz.+\\.tar\\.xz",
  801. "prefer-stable": true,
  802. "provide-pre-built": true,
  803. "license": {
  804. "type": "file",
  805. "path": "COPYING"
  806. }
  807. },
  808. "yac": {
  809. "type": "url",
  810. "url": "https://pecl.php.net/get/yac",
  811. "path": "php-src/ext/yac",
  812. "filename": "yac.tgz",
  813. "license": {
  814. "type": "file",
  815. "path": "LICENSE"
  816. }
  817. },
  818. "yaml": {
  819. "type": "git",
  820. "path": "php-src/ext/yaml",
  821. "rev": "php7",
  822. "url": "https://github.com/php/pecl-file_formats-yaml",
  823. "license": {
  824. "type": "file",
  825. "path": "LICENSE"
  826. }
  827. },
  828. "zlib": {
  829. "type": "ghrel",
  830. "repo": "madler/zlib",
  831. "match": "zlib.+\\.tar\\.gz",
  832. "prefer-stable": true,
  833. "provide-pre-built": true,
  834. "license": {
  835. "type": "text",
  836. "text": "(C) 1995-2022 Jean-loup Gailly and Mark Adler\n\nThis software is provided 'as-is', without any express or implied\nwarranty. In no event will the authors be held liable for any damages\narising from the use of this software.\n\nPermission is granted to anyone to use this software for any purpose,\nincluding commercial applications, and to alter it and redistribute it\nfreely, subject to the following restrictions:\n\n1. The origin of this software must not be misrepresented; you must not\n claim that you wrote the original software. If you use this software\n in a product, an acknowledgment in the product documentation would be\n appreciated but is not required.\n2. Altered source versions must be plainly marked as such, and must not be\n misrepresented as being the original software.\n3. This notice may not be removed or altered from any source distribution.\n\nJean-loup Gailly Mark Adler\njloup@gzip.org madler@alumni.caltech.edu"
  837. }
  838. },
  839. "zstd": {
  840. "type": "ghrel",
  841. "repo": "facebook/zstd",
  842. "match": "zstd.+\\.tar\\.gz",
  843. "prefer-stable": true,
  844. "license": {
  845. "type": "file",
  846. "path": "LICENSE"
  847. }
  848. }
  849. }