2023-03-18 17:32:21 +08:00
{
2023-04-30 12:42:19 +08:00
"php-src" : {
"type" : "custom" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
2025-07-17 12:21:50 +08:00
} ,
"alt" : false
2023-04-30 12:42:19 +08:00
} ,
2024-03-04 10:40:23 +08:00
"amqp" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/amqp" ,
"path" : "php-src/ext/amqp" ,
"filename" : "amqp.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-05-10 00:46:57 +08:00
"apcu" : {
"type" : "url" ,
2023-06-30 15:00:25 +08:00
"url" : "https://pecl.php.net/get/APCu" ,
2023-05-10 00:46:57 +08:00
"path" : "php-src/ext/apcu" ,
"filename" : "apcu.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-01-13 04:11:32 +01:00
"ast" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/ast" ,
"path" : "php-src/ext/ast" ,
"filename" : "ast.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-03-05 11:35:03 +01:00
"attr" : {
2025-04-18 17:13:31 +07:00
"alt" : {
"type" : "url" ,
"url" : "https://mirror.souseiseki.middlendian.com/nongnu/attr/attr-2.5.2.tar.gz"
} ,
"type" : "url" ,
"url" : "https://download.savannah.nongnu.org/releases/attr/attr-2.5.2.tar.gz" ,
2025-03-11 07:44:31 +01:00
"provide-pre-built" : true ,
2025-03-05 11:35:03 +01:00
"license" : {
"type" : "file" ,
2025-10-22 19:43:54 +02:00
"path" : "doc/COPYING.LGPL"
2025-03-05 11:35:03 +01:00
}
} ,
2023-03-18 17:32:21 +08:00
"brotli" : {
2025-06-06 13:21:20 +07:00
"type" : "ghtagtar" ,
2023-03-18 17:32:21 +08:00
"repo" : "google/brotli" ,
2025-06-06 13:21:20 +07:00
"match" : "v1\\.\\d.*" ,
2024-07-08 13:27:03 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"bzip2" : {
2024-12-05 11:03:16 +08:00
"alt" : {
"type" : "filelist" ,
"url" : "https://sourceware.org/pub/bzip2/" ,
"regex" : "/href=\"(?<file>bzip2-(?<version>[^\"]+)\\.tar\\.gz)\"/"
} ,
"type" : "url" ,
"url" : "https://dl.static-php.dev/static-php-cli/deps/bzip2/bzip2-1.0.8.tar.gz" ,
2024-07-07 21:34:04 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "text" ,
2024-01-07 02:16:50 +08:00
"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."
2023-03-18 17:32:21 +08:00
}
} ,
"curl" : {
"type" : "ghrel" ,
"repo" : "curl/curl" ,
"match" : "curl.+\\.tar\\.xz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2026-04-12 12:28:27 +07:00
"ext-decimal" : {
"type" : "ghtagtar" ,
"repo" : "php-decimal/ext-decimal" ,
"match" : "v2\\.\\d.*" ,
"path" : "php-src/ext/decimal" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2026-04-12 10:55:24 +07:00
"deepclone" : {
"type" : "ghtagtar" ,
"repo" : "symfony/php-ext-deepclone" ,
"path" : "php-src/ext/deepclone" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-01-25 18:43:12 +09:00
"dio" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/dio" ,
"path" : "php-src/ext/dio" ,
"filename" : "dio.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-04-19 20:39:48 +08:00
"ev" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/ev" ,
"path" : "php-src/ext/ev" ,
"filename" : "ev.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-05-31 22:17:06 +07:00
"ext-brotli" : {
2026-06-29 12:26:39 +07:00
"type" : "ghtagtar" ,
"repo" : "kjdev/php-ext-brotli" ,
2025-05-31 22:17:06 +07:00
"path" : "php-src/ext/brotli" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2026-05-22 08:19:04 +07:00
"ext-clickhouse" : {
"type" : "ghtagtar" ,
"repo" : "iliaal/php_clickhouse" ,
"match" : "tarball/refs/tags/\\d" ,
"path" : "php-src/ext/clickhouse" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-04-02 15:54:28 +08:00
"ext-ds" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/ds" ,
"path" : "php-src/ext/ds" ,
"filename" : "ds.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-04-30 14:22:59 +08:00
"ext-event" : {
"type" : "url" ,
2026-01-17 10:51:21 +01:00
"url" : "https://bitbucket.org/osmanov/pecl-event/get/3.1.4.tar.gz" ,
2023-04-30 14:22:59 +08:00
"path" : "php-src/ext/event" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2026-01-17 10:51:21 +01:00
"ext-excimer" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/excimer" ,
"path" : "php-src/ext/excimer" ,
"filename" : "excimer.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2026-05-22 08:19:04 +07:00
"ext-fastchart" : {
"type" : "ghtagtar" ,
"repo" : "iliaal/fastchart" ,
"path" : "php-src/ext/fastchart" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"ext-fastjson" : {
"type" : "ghtagtar" ,
"repo" : "iliaal/fastjson" ,
"path" : "php-src/ext/fastjson" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-08-20 19:51:45 +08:00
"ext-glfw" : {
"type" : "git" ,
"url" : "https://github.com/mario-deluna/php-glfw" ,
"rev" : "master" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-09-20 12:32:31 +08:00
"ext-gmssl" : {
"type" : "ghtar" ,
"repo" : "gmssl/GmSSL-PHP" ,
"path" : "php-src/ext/gmssl" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-12-28 12:11:56 +01:00
"ext-grpc" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/grpc" ,
"path" : "php-src/ext/grpc" ,
"filename" : "grpc.tgz" ,
"license" : {
"type" : "file" ,
"path" : [
"LICENSE"
]
}
} ,
2023-05-10 00:46:57 +08:00
"ext-imagick" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/imagick" ,
"path" : "php-src/ext/imagick" ,
"filename" : "imagick.tgz" ,
2023-04-30 15:04:50 +08:00
"license" : {
"type" : "file" ,
2023-05-10 00:46:57 +08:00
"path" : "LICENSE"
2023-04-30 15:04:50 +08:00
}
} ,
2024-11-22 15:11:20 +08:00
"ext-imap" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/imap" ,
"path" : "php-src/ext/imap" ,
"filename" : "imap.tgz" ,
"license" : {
"type" : "file" ,
"path" : [
"LICENSE"
]
}
} ,
2025-06-05 11:33:51 +07:00
"ext-lz4" : {
"type" : "ghtagtar" ,
"repo" : "kjdev/php-ext-lz4" ,
"path" : "php-src/ext/lz4" ,
"license" : {
"type" : "file" ,
"path" : [
"LICENSE"
]
}
} ,
2025-11-26 15:32:26 +08:00
"ext-maxminddb" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/maxminddb" ,
"filename" : "ext-maxminddb.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-07-25 21:44:53 +08:00
"ext-memcache" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/memcache" ,
"path" : "php-src/ext/memcache" ,
"filename" : "memcache.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-12-15 07:03:48 -05:00
"ext-rdkafka" : {
"type" : "ghtar" ,
2026-05-09 07:27:19 +07:00
"repo" : "php-rdkafka/php-rdkafka" ,
2024-12-15 07:03:48 -05:00
"path" : "php-src/ext/rdkafka" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-04-02 16:57:59 +08:00
"ext-simdjson" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/simdjson" ,
"path" : "php-src/ext/simdjson" ,
"filename" : "simdjson.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-09-03 15:49:15 +02:00
"ext-snappy" : {
"type" : "git" ,
"path" : "php-src/ext/snappy" ,
"rev" : "master" ,
"url" : "https://github.com/kjdev/php-ext-snappy" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-05-10 02:31:57 +08:00
"ext-ssh2" : {
"type" : "url" ,
2023-06-30 15:00:25 +08:00
"url" : "https://pecl.php.net/get/ssh2" ,
2023-05-10 02:31:57 +08:00
"path" : "php-src/ext/ssh2" ,
"filename" : "ssh2.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-10-29 11:54:35 +08:00
"ext-trader" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/trader" ,
"path" : "php-src/ext/trader" ,
"filename" : "trader.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-03-01 20:10:48 +08:00
"ext-uuid" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/uuid" ,
"path" : "php-src/ext/uuid" ,
"filename" : "uuid.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-12-23 16:23:37 +08:00
"ext-uv" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/uv" ,
"path" : "php-src/ext/uv" ,
"filename" : "uv.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-05-31 22:17:06 +07:00
"ext-xz" : {
"type" : "git" ,
"path" : "php-src/ext/xz" ,
"rev" : "main" ,
"url" : "https://github.com/codemasher/php-ext-xz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-10-06 21:00:45 +02:00
"ext-zip" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/zip" ,
"filename" : "ext-zip.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"ext-zstd" : {
2026-06-29 12:28:11 +07:00
"type" : "ghtar" ,
"repo" : "kjdev/php-ext-zstd" ,
2023-03-18 17:32:21 +08:00
"path" : "php-src/ext/zstd" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-06-12 10:46:26 +07:00
"fastlz" : {
"type" : "git" ,
"url" : "https://github.com/ariya/FastLZ.git" ,
"rev" : "master" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE.MIT"
}
} ,
2025-11-11 15:51:28 +01:00
"frankenphp" : {
"type" : "ghtar" ,
"repo" : "php/frankenphp" ,
"prefer-stable" : true ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 21:40:07 +08:00
"freetype" : {
2025-11-08 09:40:16 +01:00
"type" : "ghtagtar" ,
"repo" : "freetype/freetype" ,
"match" : "VER-2-\\d+-\\d+" ,
2023-03-18 21:40:07 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE.TXT"
}
} ,
2024-02-16 01:28:10 +08:00
"gettext" : {
"type" : "filelist" ,
"url" : "https://ftp.gnu.org/pub/gnu/gettext/" ,
"regex" : "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/" ,
"license" : {
"type" : "file" ,
2025-10-23 23:11:30 +02:00
"path" : "gettext-runtime/intl/COPYING.LIB"
2024-02-16 01:28:10 +08:00
}
} ,
2023-03-18 18:46:10 +08:00
"gmp" : {
2025-10-23 23:11:30 +02:00
"type" : "filelist" ,
2026-03-06 15:25:38 +09:00
"url" : "https://ftp.gnu.org/gnu/gmp/" ,
2025-10-23 23:11:30 +02:00
"regex" : "/href=\"(?<file>gmp-(?<version>[^\"]+)\\.tar\\.xz)\"/" ,
2024-07-07 21:34:04 +08:00
"provide-pre-built" : true ,
2024-06-26 11:30:19 +08:00
"alt" : {
2025-10-23 23:11:30 +02:00
"type" : "url" ,
"url" : "https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz"
2024-06-26 11:30:19 +08:00
} ,
2023-03-18 18:46:10 +08:00
"license" : {
"type" : "text" ,
"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."
}
} ,
2024-09-20 12:32:31 +08:00
"gmssl" : {
2026-06-05 10:07:12 +07:00
"type" : "git" ,
"url" : "https://github.com/guanzhi/GmSSL.git" ,
"rev" : "master" ,
2024-09-20 12:32:31 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-11-09 22:07:52 +08:00
"grpc" : {
"type" : "git" ,
2025-09-21 21:01:07 +02:00
"rev" : "v1.75.x" ,
2024-11-09 22:07:52 +08:00
"url" : "https://github.com/grpc/grpc.git" ,
"provide-pre-built" : true ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-06-02 20:27:25 +08:00
"icu" : {
2023-10-18 10:56:14 +08:00
"type" : "ghrel" ,
"repo" : "unicode-org/icu" ,
"match" : "icu4c.+-src\\.tgz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-09 11:15:34 +08:00
"provide-pre-built" : true ,
2023-06-02 20:27:25 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-06-10 19:06:07 +08:00
"icu-static-win" : {
"type" : "url" ,
"url" : "https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip" ,
"license" : {
"type" : "text" ,
"text" : "none"
}
} ,
2023-12-23 13:54:11 +08:00
"igbinary" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/igbinary" ,
"path" : "php-src/ext/igbinary" ,
"filename" : "igbinary.tgz" ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-05-10 00:46:57 +08:00
"imagemagick" : {
"type" : "ghtar" ,
"repo" : "ImageMagick/ImageMagick" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-10-31 13:09:01 +01:00
"imap" : {
"type" : "git" ,
2023-11-13 00:09:52 +08:00
"url" : "https://github.com/static-php/imap.git" ,
2023-10-31 13:09:01 +01:00
"rev" : "master" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-04-29 18:59:47 +08:00
"inotify" : {
"type" : "url" ,
2023-06-30 15:00:25 +08:00
"url" : "https://pecl.php.net/get/inotify" ,
2023-04-29 18:59:47 +08:00
"path" : "php-src/ext/inotify" ,
"filename" : "inotify.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-07-18 14:41:10 +07:00
"jbig" : {
"type" : "url" ,
2025-07-20 01:13:51 +07:00
"url" : "https://dl.static-php.dev/static-php-cli/deps/jbig/jbigkit-2.1.tar.gz" ,
2025-07-18 14:41:10 +07:00
"provide-pre-built" : true ,
2025-07-20 01:13:51 +07:00
"alt" : {
"type" : "url" ,
"url" : "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz"
} ,
2025-07-18 14:41:10 +07:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2025-11-18 11:28:25 +01:00
"krb5" : {
2026-04-10 13:52:21 +08:00
"type" : "url" ,
"url" : "https://web.mit.edu/kerberos/dist/krb5/1.22/krb5-1.22.2.tar.gz" ,
2025-11-18 11:28:25 +01:00
"license" : {
"type" : "file" ,
"path" : "NOTICE"
}
} ,
2023-09-23 14:09:51 +08:00
"ldap" : {
"type" : "filelist" ,
"url" : "https://www.openldap.org/software/download/OpenLDAP/openldap-release/" ,
"regex" : "/href=\"(?<file>openldap-(?<version>[^\"]+)\\.tgz)\"/" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-07-18 14:41:10 +07:00
"lerc" : {
"type" : "ghtar" ,
"repo" : "Esri/lerc" ,
"prefer-stable" : true ,
"provide-pre-built" : true ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-03-05 11:35:03 +01:00
"libacl" : {
2025-04-18 17:13:31 +07:00
"alt" : {
"type" : "url" ,
"url" : "https://mirror.souseiseki.middlendian.com/nongnu/acl/acl-2.3.2.tar.gz"
} ,
"type" : "url" ,
"url" : "https://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.gz" ,
2025-03-11 07:44:31 +01:00
"provide-pre-built" : true ,
2025-03-05 11:35:03 +01:00
"license" : {
"type" : "file" ,
2025-10-22 19:52:21 +02:00
"path" : "doc/COPYING.LGPL"
2025-03-05 11:35:03 +01:00
}
} ,
2024-12-19 12:23:39 +08:00
"libaom" : {
"type" : "git" ,
"rev" : "main" ,
"url" : "https://aomedia.googlesource.com/aom" ,
"provide-pre-built" : true ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-11-05 17:55:39 +08:00
"libargon2" : {
"type" : "git" ,
"rev" : "master" ,
2024-03-16 22:37:39 +08:00
"url" : "https://github.com/static-php/phc-winner-argon2" ,
2024-07-08 13:27:03 +08:00
"provide-pre-built" : true ,
2023-04-29 18:59:47 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"libavif" : {
"type" : "ghtar" ,
"repo" : "AOMediaCodec/libavif" ,
2026-02-17 19:56:59 +07:00
"provide-pre-built" : false ,
2023-04-29 18:59:47 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-01-03 10:31:21 +08:00
"libcares" : {
2024-06-04 12:24:52 +08:00
"type" : "ghrel" ,
"repo" : "c-ares/c-ares" ,
"match" : "c-ares-.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-09 11:21:20 +08:00
"provide-pre-built" : true ,
2024-06-04 12:24:52 +08:00
"alt" : {
"type" : "filelist" ,
"url" : "https://c-ares.org/download/" ,
"regex" : "/href=\"\\/download\\/(?<file>c-ares-(?<version>[^\"]+)\\.tar\\.gz)\"/"
} ,
2024-01-03 10:31:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE.md"
}
} ,
2024-12-19 12:23:39 +08:00
"libde265" : {
"type" : "ghrel" ,
"repo" : "strukturag/libde265" ,
"match" : "libde265-.+\\.tar\\.gz" ,
"prefer-stable" : true ,
"provide-pre-built" : true ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2025-10-08 08:48:30 +02:00
"libedit" : {
"type" : "filelist" ,
"url" : "https://thrysoee.dk/editline/" ,
"regex" : "/href=\"(?<file>libedit-(?<version>[^\"]+)\\.tar\\.gz)\"/" ,
"provide-pre-built" : true ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-04-30 14:22:59 +08:00
"libevent" : {
"type" : "ghrel" ,
"repo" : "libevent/libevent" ,
"match" : "libevent.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-04-30 14:22:59 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"libffi" : {
"type" : "ghrel" ,
"repo" : "libffi/libffi" ,
"match" : "libffi.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-02-29 15:34:06 +08:00
"libffi-win" : {
"type" : "git" ,
"rev" : "master" ,
"url" : "https://github.com/static-php/libffi-win.git" ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-12-19 12:23:39 +08:00
"libheif" : {
"type" : "ghrel" ,
"repo" : "strukturag/libheif" ,
"match" : "libheif-.+\\.tar\\.gz" ,
"prefer-stable" : true ,
"provide-pre-built" : true ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-04-08 11:58:24 +08:00
"libiconv" : {
"type" : "filelist" ,
"url" : "https://ftp.gnu.org/gnu/libiconv/" ,
"regex" : "/href=\"(?<file>libiconv-(?<version>[^\"]+)\\.tar\\.gz)\"/" ,
2024-07-08 13:27:03 +08:00
"provide-pre-built" : true ,
2023-03-18 19:09:59 +08:00
"license" : {
2023-04-15 18:46:46 +08:00
"type" : "file" ,
2025-10-08 08:18:43 +02:00
"path" : "COPYING.LIB"
2023-03-18 19:58:36 +08:00
}
} ,
2024-02-23 00:56:28 +08:00
"libiconv-win" : {
"type" : "git" ,
"rev" : "master" ,
"url" : "https://github.com/static-php/libiconv-win.git" ,
"license" : {
"type" : "file" ,
"path" : "source/COPYING"
}
} ,
2025-11-18 11:28:25 +01:00
"libidn2" : {
"type" : "filelist" ,
"url" : "https://ftp.gnu.org/gnu/libidn/" ,
"regex" : "/href=\"(?<file>libidn2-(?<version>[^\"]+)\\.tar\\.gz)\"/" ,
"license" : {
"type" : "file" ,
2025-11-18 14:06:15 +01:00
"path" : "COPYING.LESSERv3"
2025-11-18 11:28:25 +01:00
}
} ,
2023-04-29 18:59:47 +08:00
"libjpeg" : {
"type" : "ghtar" ,
"repo" : "libjpeg-turbo/libjpeg-turbo" ,
2026-03-30 00:56:51 +07:00
"prefer-stable" : true ,
2023-04-29 18:59:47 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE.md"
}
} ,
2025-07-20 00:10:30 +07:00
"libjxl" : {
2025-07-22 10:36:40 +07:00
"type" : "git" ,
"url" : "https://github.com/libjxl/libjxl" ,
"rev" : "main" ,
"submodules" : [
"third_party/highway" ,
2025-07-22 11:23:42 +07:00
"third_party/libjpeg-turbo" ,
2025-07-22 10:36:40 +07:00
"third_party/sjpeg" ,
"third_party/skcms"
] ,
2025-07-20 00:10:30 +07:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-12-23 13:53:22 +08:00
"liblz4" : {
"type" : "ghrel" ,
"repo" : "lz4/lz4" ,
"match" : "lz4-.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-08 00:23:26 +08:00
"provide-pre-built" : true ,
2023-03-18 19:58:36 +08:00
"license" : {
"type" : "file" ,
2023-12-23 13:53:22 +08:00
"path" : "LICENSE"
2023-03-18 19:09:59 +08:00
}
} ,
2025-11-26 15:32:26 +08:00
"libmaxminddb" : {
"type" : "ghrel" ,
"repo" : "maxmind/libmaxminddb" ,
"match" : "libmaxminddb-.+\\.tar\\.gz" ,
"prefer-stable" : true ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2026-04-12 12:28:27 +07:00
"libmpdec" : {
"type" : "url" ,
"url" : "https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz" ,
"license" : {
"type" : "file" ,
"path" : "COPYRIGHT.txt"
}
} ,
2023-08-20 19:51:45 +08:00
"libmemcached" : {
2025-06-12 10:46:26 +07:00
"type" : "ghtagtar" ,
"repo" : "awesomized/libmemcached" ,
"match" : "1.\\d.\\d" ,
2023-08-20 19:51:45 +08:00
"license" : {
"type" : "file" ,
2025-06-12 10:46:26 +07:00
"path" : "LICENSE"
2023-08-20 19:51:45 +08:00
}
} ,
2023-03-18 17:32:21 +08:00
"libpng" : {
2025-12-30 11:58:57 +01:00
"type" : "ghtagtar" ,
"repo" : "pnggroup/libpng" ,
"match" : "v1\\.6\\.\\d+" ,
"query" : "?per_page=150" ,
2024-07-08 13:27:03 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
2023-10-17 19:42:35 +02:00
"path" : "LICENSE"
2023-03-18 17:32:21 +08:00
}
} ,
2024-03-04 10:40:23 +08:00
"librabbitmq" : {
2025-12-30 11:58:57 +01:00
"type" : "ghtar" ,
"repo" : "alanxz/rabbitmq-c" ,
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
2023-10-17 19:42:35 +02:00
"type" : "file" ,
"path" : "LICENSE"
2023-03-18 17:32:21 +08:00
}
} ,
2024-12-15 07:03:48 -05:00
"librdkafka" : {
"type" : "ghtar" ,
"repo" : "confluentinc/librdkafka" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-06-02 20:27:25 +08:00
"libsodium" : {
2023-12-23 13:53:22 +08:00
"type" : "ghrel" ,
"repo" : "jedisct1/libsodium" ,
2026-01-16 12:28:41 +01:00
"match" : "libsodium-(?!1\\.0\\.21)\\d+(\\.\\d+)*\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-06-02 20:27:25 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"libssh2" : {
"type" : "ghrel" ,
"repo" : "libssh2/libssh2" ,
"match" : "libssh2.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2025-07-21 19:32:44 +07:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2024-03-01 19:19:47 +08:00
"libtiff" : {
"type" : "filelist" ,
"url" : "https://download.osgeo.org/libtiff/" ,
"regex" : "/href=\"(?<file>tiff-(?<version>[^\"]+)\\.tar\\.xz)\"/" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE.md"
}
} ,
2025-11-18 11:28:25 +01:00
"libunistring" : {
"type" : "filelist" ,
"url" : "https://ftp.gnu.org/gnu/libunistring/" ,
"regex" : "/href=\"(?<file>libunistring-(?<version>[^\"]+)\\.tar\\.gz)\"/" ,
2025-11-18 17:22:27 +01:00
"provide-pre-built" : true ,
2025-11-18 11:28:25 +01:00
"license" : {
"type" : "file" ,
"path" : "COPYING.LIB"
}
} ,
2025-10-20 13:41:02 +08:00
"liburing" : {
"type" : "ghtar" ,
"repo" : "axboe/liburing" ,
"prefer-stable" : true ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2024-03-01 20:10:48 +08:00
"libuuid" : {
"type" : "git" ,
2024-04-12 21:05:51 +08:00
"url" : "https://github.com/static-php/libuuid.git" ,
2024-03-01 20:10:48 +08:00
"rev" : "master" ,
2025-11-18 17:22:27 +01:00
"provide-pre-built" : true ,
2024-03-01 20:10:48 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-12-23 16:23:37 +08:00
"libuv" : {
"type" : "ghtar" ,
"repo" : "libuv/libuv" ,
"license" : [
{
"type" : "file" ,
"path" : "LICENSE"
} ,
{
"type" : "file" ,
"path" : "LICENSE-extra"
}
]
} ,
2023-04-29 18:59:47 +08:00
"libwebp" : {
2025-12-01 09:55:46 +01:00
"type" : "ghtagtar" ,
"repo" : "webmproject/libwebp" ,
"match" : "v1\\.\\d+\\.\\d+$" ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-04-29 18:59:47 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-03-18 17:32:21 +08:00
"libxml2" : {
2025-12-01 09:55:46 +01:00
"type" : "ghtagtar" ,
"repo" : "GNOME/libxml2" ,
"match" : "v2\\.\\d+\\.\\d+$" ,
"provide-pre-built" : false ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "Copyright"
}
} ,
2023-08-26 23:50:24 +08:00
"libxslt" : {
"type" : "filelist" ,
"url" : "https://download.gnome.org/sources/libxslt/1.1/" ,
"regex" : "/href=\"(?<file>libxslt-(?<version>[^\"]+)\\.tar\\.xz)\"/" ,
"license" : {
2023-08-27 00:14:39 +08:00
"type" : "file" ,
2025-03-14 08:49:38 +01:00
"path" : "Copyright"
2023-08-26 23:50:24 +08:00
}
} ,
2023-03-18 17:32:21 +08:00
"libyaml" : {
"type" : "ghrel" ,
"repo" : "yaml/libyaml" ,
"match" : "yaml-.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "License"
}
} ,
"libzip" : {
"type" : "ghrel" ,
"repo" : "nih-at/libzip" ,
"match" : "libzip.+\\.tar\\.xz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-08-20 19:51:45 +08:00
"memcached" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/memcached" ,
"path" : "php-src/ext/memcached" ,
"filename" : "memcached.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"micro" : {
"type" : "git" ,
"path" : "php-src/sapi/micro" ,
2025-10-25 13:42:04 +08:00
"rev" : "master" ,
2023-11-01 21:06:46 +08:00
"url" : "https://github.com/static-php/phpmicro" ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-03-20 04:36:46 +01:00
"mimalloc" : {
"type" : "ghtagtar" ,
"repo" : "microsoft/mimalloc" ,
2025-04-12 09:39:07 +07:00
"match" : "v2\\.\\d\\.[^3].*" ,
2025-03-20 04:36:46 +01:00
"provide-pre-built" : false ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
2023-03-18 17:32:21 +08:00
}
} ,
2023-03-26 22:27:51 +08:00
"mongodb" : {
"type" : "ghrel" ,
"repo" : "mongodb/mongo-php-driver" ,
"path" : "php-src/ext/mongodb" ,
2023-10-14 15:09:37 +08:00
"match" : "mongodb.+\\.tgz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2023-03-26 22:27:51 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-09-17 22:34:57 +08:00
"msgpack" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/msgpack" ,
"path" : "php-src/ext/msgpack" ,
"filename" : "msgpack.tgz" ,
2023-03-26 22:27:51 +08:00
"license" : {
2025-12-27 21:19:31 +01:00
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"mysqlnd_ed25519" : {
"type" : "pie" ,
"repo" : "mariadb/mysqlnd_ed25519" ,
"path" : "php-src/ext/mysqlnd_ed25519" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"mysqlnd_parsec" : {
"type" : "pie" ,
"repo" : "mariadb/mysqlnd_parsec" ,
"path" : "php-src/ext/mysqlnd_parsec" ,
"license" : {
2023-03-26 22:27:51 +08:00
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-05-10 00:46:57 +08:00
"ncurses" : {
"type" : "filelist" ,
"url" : "https://ftp.gnu.org/pub/gnu/ncurses/" ,
"regex" : "/href=\"(?<file>ncurses-(?<version>[^\"]+)\\.tar\\.gz)\"/" ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-05-10 00:46:57 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2025-10-29 11:56:36 +08:00
"net-snmp" : {
"type" : "ghtagtar" ,
"repo" : "net-snmp/net-snmp" ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-03-18 17:32:21 +08:00
"nghttp2" : {
"type" : "ghrel" ,
"repo" : "nghttp2/nghttp2" ,
"match" : "nghttp2.+\\.tar\\.xz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2025-06-04 21:42:44 +07:00
"nghttp3" : {
"type" : "ghrel" ,
"repo" : "ngtcp2/nghttp3" ,
"match" : "nghttp3.+\\.tar\\.xz" ,
"prefer-stable" : true ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2025-06-05 09:44:03 +07:00
"ngtcp2" : {
"type" : "ghrel" ,
"repo" : "ngtcp2/ngtcp2" ,
"match" : "ngtcp2.+\\.tar\\.xz" ,
"prefer-stable" : true ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-03-18 17:32:21 +08:00
"onig" : {
"type" : "ghrel" ,
"repo" : "kkos/oniguruma" ,
"match" : "onig-.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-09 00:44:14 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
"openssl" : {
2024-07-26 15:46:11 +08:00
"type" : "ghrel" ,
"repo" : "openssl/openssl" ,
2026-04-15 10:59:13 +07:00
"match" : "openssl-3.+\\.tar\\.gz" ,
2024-07-26 15:46:11 +08:00
"prefer-stable" : true ,
"alt" : {
"type" : "filelist" ,
"url" : "https://www.openssl.org/source/" ,
"regex" : "/href=\"(?<file>openssl-(?<version>[^\"]+)\\.tar\\.gz)\"/"
} ,
2024-07-08 11:21:01 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE.txt"
}
} ,
2025-02-06 05:27:43 +01:00
"opentelemetry" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/opentelemetry" ,
"path" : "php-src/ext/opentelemetry" ,
"filename" : "opentelemetry.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-05-11 14:46:36 +08:00
"parallel" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/parallel" ,
"path" : "php-src/ext/parallel" ,
"filename" : "parallel.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-11-29 12:43:19 +01:00
"pcov" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/pcov" ,
"filename" : "pcov.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-03-10 14:58:19 +08:00
"pdo_sqlsrv" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/pdo_sqlsrv" ,
"path" : "php-src/ext/pdo_sqlsrv" ,
"filename" : "pdo_sqlsrv.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-05-10 00:46:57 +08:00
"pkg-config" : {
2023-12-19 19:03:16 +08:00
"type" : "url" ,
"url" : "https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz" ,
2024-07-07 20:45:18 +08:00
"provide-pre-built" : true ,
2023-05-10 00:46:57 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-04-29 18:59:47 +08:00
"postgresql" : {
2025-06-07 21:16:15 +07:00
"type" : "ghtagtar" ,
"repo" : "postgres/postgres" ,
2025-10-06 20:06:37 +02:00
"match" : "REL_18_\\d+" ,
2023-04-29 18:59:47 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYRIGHT"
}
} ,
2025-03-24 05:47:00 +01:00
"postgresql-win" : {
"type" : "url" ,
"url" : "https://get.enterprisedb.com/postgresql/postgresql-16.8-1-windows-x64-binaries.zip" ,
"license" : {
"type" : "text" ,
"text" : "PostgreSQL Database Management System\n(also known as Postgres, formerly as Postgres95)\n\nPortions Copyright (c) 1996-2025, The PostgreSQL Global Development Group\n\nPortions Copyright (c) 1994, The Regents of the University of California\n\nPermission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose, without fee, and without a written\nagreement is hereby granted, provided that the above copyright notice\nand this paragraph and the following two paragraphs appear in all\ncopies.\n\nIN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY\nFOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,\nINCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS\nDOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF\nTHE POSSIBILITY OF SUCH DAMAGE.\n\nTHE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS\nON AN \"AS IS\" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS\nTO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
}
} ,
2023-04-29 18:59:47 +08:00
"protobuf" : {
2023-04-08 18:55:23 +08:00
"type" : "url" ,
2026-06-14 11:52:30 +07:00
"url" : "https://pecl.php.net/get/protobuf" ,
2023-04-29 18:59:47 +08:00
"path" : "php-src/ext/protobuf" ,
"filename" : "protobuf.tgz" ,
2023-04-08 18:55:23 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"pthreads4w" : {
"type" : "git" ,
"rev" : "master" ,
"url" : "https://git.code.sf.net/p/pthreads4w/code" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2024-04-12 15:53:38 +08:00
"qdbm" : {
"type" : "git" ,
"url" : "https://github.com/static-php/qdbm.git" ,
"rev" : "main" ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-11-21 23:12:00 +08:00
"rar" : {
2023-03-18 17:32:21 +08:00
"type" : "git" ,
2023-11-21 23:12:00 +08:00
"url" : "https://github.com/static-php/php-rar.git" ,
"path" : "php-src/ext/rar" ,
"rev" : "issue-php82" ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2025-08-01 01:50:32 +08:00
"re2c" : {
"type" : "ghrel" ,
"repo" : "skvadrik/re2c" ,
"match" : "re2c.+\\.tar\\.xz" ,
"prefer-stable" : true ,
"alt" : {
"type" : "url" ,
"url" : "https://dl.static-php.dev/static-php-cli/deps/re2c/re2c-4.3.tar.xz"
} ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-05-10 00:46:57 +08:00
"readline" : {
"type" : "filelist" ,
"url" : "https://ftp.gnu.org/pub/gnu/readline/" ,
"regex" : "/href=\"(?<file>readline-(?<version>[^\"]+)\\.tar\\.gz)\"/" ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-05-10 00:46:57 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2023-03-18 17:32:21 +08:00
"redis" : {
2024-10-05 11:34:19 +08:00
"type" : "url" ,
"url" : "https://pecl.php.net/get/redis" ,
2023-03-18 17:32:21 +08:00
"path" : "php-src/ext/redis" ,
2024-10-05 11:34:19 +08:00
"filename" : "redis.tgz" ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
2024-09-09 17:41:29 +08:00
"path" : [
"LICENSE" ,
"COPYING"
]
2023-03-18 17:32:21 +08:00
}
} ,
2023-09-03 15:49:15 +02:00
"snappy" : {
"type" : "git" ,
"rev" : "main" ,
"url" : "https://github.com/google/snappy" ,
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2024-07-06 21:56:42 +08:00
"spx" : {
2025-10-20 13:39:13 +08:00
"type" : "pie" ,
"repo" : "noisebynorthwest/php-spx" ,
2024-07-06 21:56:42 +08:00
"path" : "php-src/ext/spx" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"sqlite" : {
"type" : "url" ,
2024-12-15 07:03:48 -05:00
"url" : "https://www.sqlite.org/2024/sqlite-autoconf-3450200.tar.gz" ,
2024-07-08 00:23:26 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "text" ,
2023-04-15 18:46:46 +08:00
"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."
2023-03-18 17:32:21 +08:00
}
} ,
2023-12-21 14:02:32 +08:00
"sqlsrv" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/sqlsrv" ,
"path" : "php-src/ext/sqlsrv" ,
"filename" : "sqlsrv.tgz" ,
"license" : {
2023-12-21 15:02:21 +08:00
"type" : "file" ,
"path" : "LICENSE"
2023-12-21 14:02:32 +08:00
}
} ,
2023-03-18 17:32:21 +08:00
"swoole" : {
"path" : "php-src/ext/swoole" ,
2025-07-18 11:53:36 +07:00
"type" : "ghtar" ,
"repo" : "swoole/swoole-src" ,
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"swow" : {
"path" : "php-src/ext/swow-src" ,
2025-07-18 11:53:36 +07:00
"type" : "ghtar" ,
2025-07-25 16:13:48 +07:00
"repo" : "swow/swow" ,
2025-07-18 11:53:57 +07:00
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-11-21 23:12:00 +08:00
"tidy" : {
2025-07-18 11:56:29 +07:00
"type" : "ghtar" ,
"repo" : "htacg/tidy-html5" ,
"prefer-stable" : true ,
2023-11-21 23:12:00 +08:00
"license" : {
"type" : "file" ,
"path" : "README/LICENSE.md"
}
} ,
2023-12-21 14:02:32 +08:00
"unixodbc" : {
"type" : "url" ,
"url" : "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz" ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-12-21 14:02:32 +08:00
"license" : {
2023-12-21 15:02:21 +08:00
"type" : "file" ,
"path" : "COPYING"
2023-12-21 14:02:32 +08:00
}
} ,
2025-07-18 14:41:10 +07:00
"watcher" : {
"type" : "ghtar" ,
"repo" : "e-dant/watcher" ,
"prefer-stable" : true ,
"license" : {
"type" : "file" ,
"path" : "license"
}
} ,
2025-03-23 15:35:25 +07:00
"xdebug" : {
2025-12-05 09:15:22 +01:00
"type" : "pie" ,
"repo" : "xdebug/xdebug" ,
2025-03-23 15:35:25 +07:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-12-24 15:27:17 +08:00
"xhprof" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/xhprof" ,
"path" : "php-src/ext/xhprof-src" ,
"filename" : "xhprof.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-06-02 21:40:17 +08:00
"xlswriter" : {
"type" : "url" ,
2023-06-30 15:00:25 +08:00
"url" : "https://pecl.php.net/get/xlswriter" ,
2023-06-02 21:40:17 +08:00
"path" : "php-src/ext/xlswriter" ,
"filename" : "xlswriter.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"xz" : {
2024-07-04 10:31:33 +02:00
"type" : "ghrel" ,
"repo" : "tukaani-project/xz" ,
"match" : "xz.+\\.tar\\.xz" ,
"prefer-stable" : true ,
2024-07-09 15:05:53 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "COPYING"
}
} ,
2024-04-12 01:43:27 +08:00
"yac" : {
"type" : "url" ,
"url" : "https://pecl.php.net/get/yac" ,
"path" : "php-src/ext/yac" ,
"filename" : "yac.tgz" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
2023-03-18 17:32:21 +08:00
"yaml" : {
"type" : "git" ,
"path" : "php-src/ext/yaml" ,
"rev" : "php7" ,
"url" : "https://github.com/php/pecl-file_formats-yaml" ,
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
} ,
"zlib" : {
2023-04-23 20:29:59 +08:00
"type" : "ghrel" ,
"repo" : "madler/zlib" ,
"match" : "zlib.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2024-07-07 20:45:18 +08:00
"provide-pre-built" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "text" ,
"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"
}
} ,
"zstd" : {
"type" : "ghrel" ,
"repo" : "facebook/zstd" ,
"match" : "zstd.+\\.tar\\.gz" ,
2024-06-30 22:36:22 +08:00
"prefer-stable" : true ,
2023-03-18 17:32:21 +08:00
"license" : {
"type" : "file" ,
"path" : "LICENSE"
}
}
2023-09-03 15:49:15 +02:00
}