mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installation of memcache on PHP 7.x
Test: memcache
This commit is contained in:
parent
4b692126cf
commit
45e336b383
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue