Install beta versions of the xmlrpc extension (#683)

There's no stable version published on PECL
pull/684/head
Michele Locati 2023-01-20 17:39:00 +01:00 committed by GitHub
parent 681560a0c6
commit 9034906917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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