From 46db5e452ab5bdc5308e51c81e440a0f2c0e6b20 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 26 Jan 2021 15:41:48 +0100 Subject: [PATCH] Enable parallel compilation for the HTTP extension --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index ecec568..ddf02f1 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1050,7 +1050,7 @@ setTargetTriplet() { # The number of processors to be used getCompilationProcessorCount() { case "$1" in - amqp | bcmath | bz2 | calendar | exif | gd | gettext | grpc | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | soap | sockets | tidy | xdebug | xsl | yaml | zip) + amqp | bcmath | bz2 | calendar | exif | gd | gettext | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | soap | sockets | tidy | xdebug | xsl | yaml | zip) # These extensions support parallel compilation getProcessorCount ;;