mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-30 04:29:15 +01:00
Add support for opentelemetry (#727)
This commit is contained in:
parent
baadbc2c9f
commit
84b908d3a3
@ -74,6 +74,11 @@ We need to monitor new releases at https://github.com/kjdev/php-ext-lz4/tags
|
||||
The only available versions of the `mosquitto` PHP extension are all alpha/beta.
|
||||
We should switch to the stable release once it will be available.
|
||||
|
||||
### opentelemetry
|
||||
|
||||
The only available versions are all beta.
|
||||
We should switch to the stable release once it will be available.
|
||||
|
||||
## php_trie
|
||||
|
||||
The `php_trie` PHP extension uses the HAT-trie library.
|
||||
|
@ -63,6 +63,7 @@ odbc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
opcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
opencensus 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
openswoole 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
opentelemetry 8.0 8.1 8.2
|
||||
parallel 7.1 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
parle 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
pcntl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
|
||||
|
@ -3018,6 +3018,11 @@ installRemoteModule() {
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
opentelemetry)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=beta
|
||||
fi
|
||||
;;
|
||||
parallel)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 701; then
|
||||
|
Loading…
Reference in New Issue
Block a user