mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-23 00:35:38 +08:00
Support AST extension
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
"type": "external",
|
||||
"source": "apcu"
|
||||
},
|
||||
"ast": {
|
||||
"type": "external",
|
||||
"source": "ast"
|
||||
},
|
||||
"bcmath": {
|
||||
"type": "builtin"
|
||||
},
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user