mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 08:15:35 +08:00
add opentelemetry extension support
This commit is contained in:
@@ -432,6 +432,21 @@
|
||||
"type": "builtin",
|
||||
"arg-type-unix": "custom"
|
||||
},
|
||||
"opentelemetry": {
|
||||
"notes": true,
|
||||
"support": {
|
||||
"Windows": "wip"
|
||||
},
|
||||
"arg-type": "enable",
|
||||
"source": "opentelemetry",
|
||||
"unix-only": true,
|
||||
"ext-suggests": [
|
||||
"grpc",
|
||||
"protobuf",
|
||||
"ffi"
|
||||
],
|
||||
"type": "external"
|
||||
},
|
||||
"openssl": {
|
||||
"notes": true,
|
||||
"type": "builtin",
|
||||
|
||||
Reference in New Issue
Block a user