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:
parent
d86be8c965
commit
98878f5bd1
2 changed files with 4 additions and 1 deletions
|
@ -2448,6 +2448,9 @@ installRemoteModule() {
|
|||
debian)
|
||||
installRemoteModule_tmp='librdkafka*'
|
||||
;;
|
||||
*)
|
||||
installRemoteModule_tmp=''
|
||||
;;
|
||||
esac
|
||||
if test -n "$installRemoteModule_tmp"; then
|
||||
installRemoteModule_tmp="$(getInstalledPackageVersion "$installRemoteModule_tmp")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue