mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix protobuf for PHP 5.x
This commit is contained in:
parent
8d4276126b
commit
8fa54b93b9
1 changed files with 5 additions and 0 deletions
|
@ -1176,6 +1176,11 @@ installPECLModule() {
|
|||
installPECLModule_actual="$1-1.0.2"
|
||||
fi
|
||||
;;
|
||||
protobuf)
|
||||
if test $PHP_MAJMIN_VERSION -lt 700; then
|
||||
installPECLModule_actual="$1-3.12.4"
|
||||
fi
|
||||
;;
|
||||
pthreads)
|
||||
if test $PHP_MAJMIN_VERSION -lt 700; then
|
||||
installPECLModule_actual="$1-2.0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue