From 474b8a13ce21f65784727f5dc31200bf7abf15e0 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 27 Feb 2025 23:34:09 +0100 Subject: [PATCH] Add support for operator (#1072) --- MAINTAINERS.md | 5 +++++ data/supported-extensions | 1 + install-php-extensions | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 17ed150..fa1cea0 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -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. diff --git a/data/supported-extensions b/data/supported-extensions index ba1e45f..8cd7362 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -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 diff --git a/install-php-extensions b/install-php-extensions index 8590c57..fab8595 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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