1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 08:32:42 +00:00

Add support for bitset (#748)

This commit is contained in:
Michele Locati 2023-05-25 11:22:07 +02:00 committed by GitHub
parent 5ca4141a84
commit c455546ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -2518,6 +2518,13 @@ installRemoteModule() {
fi
fi
;;
bitset)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=2.0.4
fi
fi
;;
blackfire)
case $(uname -m) in
i386 | i686 | x86)