mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-24 01:05:36 +08:00
Support AST extension
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user