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:
parent
5ca4141a84
commit
c455546ffc
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue