mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 13:51:29 +01:00
Merge pull request #204 from mlocati/memcache
Fix installation of memcache on PHP 7.x
This commit is contained in:
commit
9d6ed2b97e
@ -1237,6 +1237,8 @@ installPECLModule() {
|
||||
if test -z "$installPECLModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -lt 700; then
|
||||
installPECLModule_version=2.2.7
|
||||
elif test $PHP_MAJMIN_VERSION -lt 800; then
|
||||
installPECLModule_version=4.0.5.2
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user