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

pull/496/head
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

@ -72,7 +72,7 @@ protobuf 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
pspell 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 pspell 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
pthreads 5.5 5.6 7.0 pthreads 5.5 5.6 7.0
raphf 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 raphf 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
rdkafka 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 rdkafka 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
recode 5.5 5.6 7.0 7.1 7.2 7.3 recode 5.5 5.6 7.0 7.1 7.2 7.3
redis 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 redis 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1
seaslog 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 seaslog 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1

View File

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