parent
06045e76fb
commit
9eb0c12a9c
|
@ -79,11 +79,6 @@ 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.
|
||||
|
|
|
@ -3327,11 +3327,6 @@ installRemoteModule() {
|
|||
addConfigureOption enable-swoole-curl yes
|
||||
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