Fix protobuf for PHP 5.x
parent
8d4276126b
commit
8fa54b93b9
|
@ -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…
Reference in New Issue