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

@ -3,6 +3,7 @@ apcu 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
apcu_bc 7.0 7.1 7.2 7.3 7.4
ast 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
bcmath 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
bitset 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
blackfire 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
bz2 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2
calendar 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2

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)