1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 17:12:39 +00:00

Support rdkafka on PHP 8.1, fix minor bug (#494)

This commit is contained in:
Michele Locati 2022-01-10 16:31:35 +01:00 committed by GitHub
parent d86be8c965
commit 98878f5bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -2448,6 +2448,9 @@ installRemoteModule() {
debian)
installRemoteModule_tmp='librdkafka*'
;;
*)
installRemoteModule_tmp=''
;;
esac
if test -n "$installRemoteModule_tmp"; then
installRemoteModule_tmp="$(getInstalledPackageVersion "$installRemoteModule_tmp")"