Merge pull request #301 from mlocati/decimal-php8.0
Add support for decimal with PHP 8.0pull/303/head
commit
68148b88f2
|
@ -6,7 +6,7 @@ bz2 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
|||
calendar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
cmark 7.0 7.1 7.2 7.3 7.4
|
||||
dba 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
decimal 7.0 7.1 7.2 7.3 7.4
|
||||
decimal 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
enchant 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
ev 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
exif 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
|
||||
getCompilationProcessorCount() {
|
||||
case "$1" in
|
||||
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)
|
||||
amqp | bcmath | bz2 | calendar | decimal | 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
|
||||
getProcessorCount
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue