Merge pull request #296 from mlocati/gmagick-php8.0
Add support for gmagick with PHP 8.0pull/299/head
commit
35117483af
|
@ -15,7 +15,7 @@ gd 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
gearman 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
gearman 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
geospatial 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
geospatial 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
gettext 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
gettext 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
gmagick 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
gmagick 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
gmp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
gmp 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
gnupg 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
gnupg 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
grpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
grpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||||
|
|
|
@ -519,7 +519,7 @@ buildRequiredPackageLists() {
|
||||||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile gettext-dev"
|
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile gettext-dev"
|
||||||
;;
|
;;
|
||||||
gmagick@alpine)
|
gmagick@alpine)
|
||||||
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent graphicsmagick"
|
buildRequiredPackageLists_persistent="$buildRequiredPackageLists_persistent graphicsmagick libgomp"
|
||||||
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile graphicsmagick-dev libtool"
|
buildRequiredPackageLists_volatile="$buildRequiredPackageLists_volatile graphicsmagick-dev libtool"
|
||||||
;;
|
;;
|
||||||
gmagick@debian)
|
gmagick@debian)
|
||||||
|
@ -1093,7 +1093,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 | exif | gd | geospatial | gettext | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
|
amqp | bcmath | bz2 | calendar | exif | gd | geospatial | gettext | gmagick | grpc | http | imagick | intl | mysqli | opcache | pcntl | pdo_mysql | protobuf | redis | ssh2 | soap | sockets | tidy | xdebug | xsl | yaml | zip)
|
||||||
# These extensions support parallel compilation
|
# These extensions support parallel compilation
|
||||||
getProcessorCount
|
getProcessorCount
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue