From cc494410345d384110b51770f87987a64cacf8d2 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 6 Mar 2021 19:10:12 +0100 Subject: [PATCH] Add support for xmlrpc with PHP 8.0, enable parallel compilation for xmlrpc --- data/supported-extensions | 2 +- install-php-extensions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/supported-extensions b/data/supported-extensions index 89e93a8..d1f8492 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -91,7 +91,7 @@ wddx 5.5 5.6 7.0 7.1 7.2 7.3 xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 xlswriter 7.0 7.1 7.2 7.3 7.4 8.0 -xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 +xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 yar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 diff --git a/install-php-extensions b/install-php-extensions index 7df4576..4042261 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1101,7 +1101,7 @@ setTargetTriplet() { # The number of processors to be used getCompilationProcessorCount() { case "$1" in - amqp | bcmath | bz2 | calendar | decimal | excimer | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip) + amqp | bcmath | bz2 | calendar | decimal | excimer | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xmlrpc | xsl | yaml | zip) # These extensions support parallel compilation getProcessorCount ;;