Add support for xmlrpc with PHP 8.0, enable parallel compilation for xmlrpc
parent
52949d002d
commit
cc49441034
|
@ -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
|
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
|
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
|
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
|
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
|
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
|
yar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
|
|
|
@ -1101,7 +1101,7 @@ setTargetTriplet() {
|
||||||
# The number of processors to be used
|
# The number of processors to be used
|
||||||
getCompilationProcessorCount() {
|
getCompilationProcessorCount() {
|
||||||
case "$1" in
|
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
|
# These extensions support parallel compilation
|
||||||
getProcessorCount
|
getProcessorCount
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue