From 903490691779164079dc8fe55ec9dee4ee1ac1f0 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 20 Jan 2023 17:39:00 +0100 Subject: [PATCH] Install beta versions of the xmlrpc extension (#683) There's no stable version published on PECL --- MAINTAINERS.md | 5 +++++ install-php-extensions | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 3e76974..0c51b19 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -127,6 +127,11 @@ We should switch to the stable release once it will be available. The `xdiff` PHP extension uses the LibXDiff library. We need to monitor new releases at http://www.xmailserver.org/xdiff-lib.html +### xmlrpc + +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. diff --git a/install-php-extensions b/install-php-extensions index 95517a8..30efad8 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3469,6 +3469,11 @@ installRemoteModule() { addConfigureOption enable-reader yes fi ;; + xmlrpc) + if test -z "$installRemoteModule_version"; then + installRemoteModule_version=beta + fi + ;; yac) if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 506; then