add ext-xz and ext-brotli

This commit is contained in:
henderkes 2025-05-31 22:17:06 +07:00
parent 3052b1cca5
commit 8312ce4d4c
2 changed files with 36 additions and 0 deletions

View File

@ -24,6 +24,14 @@
"bcmath": { "bcmath": {
"type": "builtin" "type": "builtin"
}, },
"brotli": {
"type": "external",
"source": "ext-brotli",
"arg-type": "enable",
"lib-depends": [
"brotli"
]
},
"bz2": { "bz2": {
"type": "builtin", "type": "builtin",
"arg-type-unix": "with-prefix", "arg-type-unix": "with-prefix",
@ -1044,6 +1052,14 @@
"dom" "dom"
] ]
}, },
"xz": {
"type": "external",
"source": "ext-xz",
"arg-type": "with",
"lib-depends": [
"xz"
]
},
"yac": { "yac": {
"support": { "support": {
"BSD": "wip" "BSD": "wip"

View File

@ -102,6 +102,16 @@
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"ext-brotli": {
"type": "git",
"path": "php-src/ext/brotli",
"rev": "master",
"url": "https://github.com/kjdev/php-ext-brotli",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-ds": { "ext-ds": {
"type": "url", "type": "url",
"url": "https://pecl.php.net/get/ds", "url": "https://pecl.php.net/get/ds",
@ -230,6 +240,16 @@
"path": "LICENSE" "path": "LICENSE"
} }
}, },
"ext-xz": {
"type": "git",
"path": "php-src/ext/xz",
"rev": "main",
"url": "https://github.com/codemasher/php-ext-xz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"ext-zstd": { "ext-zstd": {
"type": "git", "type": "git",
"path": "php-src/ext/zstd", "path": "php-src/ext/zstd",