Support AST extension

This commit is contained in:
Jean-François Lépine
2024-12-26 07:12:24 +01:00
parent 4b16631d45
commit 287e278184
9 changed files with 107 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
"type": "external",
"source": "apcu"
},
"ast": {
"type": "external",
"source": "ast"
},
"bcmath": {
"type": "builtin"
},

View File

@@ -1,4 +1,18 @@
{
"ast": {
"source": "ast",
"static-libs-unix": [
"ast.la",
"ast.lo"
],
"static-libs-windows": [
],
"headers": [
"ast_arginfo.h",
"ast_str_defs.h",
"php_ast.h"
]
},
"brotli": {
"source": "brotli",
"static-libs-unix": [

View File

@@ -26,6 +26,16 @@
"path": "LICENSE"
}
},
"ast": {
"type": "url",
"url": "https://pecl.php.net/get/ast",
"path": "php-src/ext/ast",
"filename": "ast.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"brotli": {
"type": "ghtar",
"repo": "google/brotli",