diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7acf17f..17ed150 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -139,8 +139,3 @@ We need to monitor new releases at http://www.xmailserver.org/xdiff-lib.html The only available versions of the `xmlrpc` PHP extension are all beta. We should switch to the stable release once it will be available. - -### zookeeper - -The latest stable release of the `zookeeper` PHP extension doesn't support PHP 7.3+, so we install the alpha version. -We should switch to the stable release once it will be available. diff --git a/data/supported-extensions b/data/supported-extensions index 884e1e7..fda924d 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -148,5 +148,5 @@ yar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 zephir_parser 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 zip 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 zmq 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 -zookeeper 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 +zookeeper 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 zstd 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 0111e14..9bd676b 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -4601,8 +4601,6 @@ installRemoteModule() { if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=0.5.0 - else - installRemoteModule_version=alpha fi fi installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"