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",
|
||||
|
||||
@@ -667,6 +667,16 @@
|
||||
"path": "COPYING"
|
||||
}
|
||||
},
|
||||
"opentelemetry": {
|
||||
"type": "url",
|
||||
"url": "https://pecl.php.net/get/opentelemetry",
|
||||
"path": "php-src/ext/opentelemetry",
|
||||
"filename": "opentelemetry.tgz",
|
||||
"license": {
|
||||
"type": "file",
|
||||
"path": "LICENSE"
|
||||
}
|
||||
},
|
||||
"openssl": {
|
||||
"type": "ghrel",
|
||||
"repo": "openssl/openssl",
|
||||
|
||||
Reference in New Issue
Block a user