Add support for operator (#1072)

pull/1073/head
Michele Locati 2025-02-27 23:34:09 +01:00 committed by GitHub
parent 315e3632be
commit 474b8a13ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

@ -89,6 +89,11 @@ We need to monitor new releases at https://github.com/Tessil/hat-trie/releases
The only available versions of the `opencensus` PHP extension are all alpha.
We should switch to the stable release once it will be available.
### operator
The only available versions of the `operator` PHP extension are all beta.
We should switch to the stable release once it will be available.
### parle
The only available versions of the `parle` PHP extension are all beta.

View File

@ -71,6 +71,7 @@ opcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
opencensus 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3
openswoole 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
opentelemetry 8.0 8.1 8.2 8.3 8.4
operator 8.2 8.3 8.4
parallel 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
parle 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
pcntl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4

View File

@ -3676,6 +3676,11 @@ installRemoteModule() {
addConfigureOption enable-swoole-curl yes
fi
;;
operator)
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