1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Add support for mcrypt on PHP 7.3

This commit is contained in:
Michele Locati 2019-10-09 14:22:23 +02:00
parent e3622bc4b3
commit 6b13d33927
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B
2 changed files with 2 additions and 2 deletions

View file

@ -427,7 +427,7 @@ installPECLModule () {
case "${2}" in
mcrypt)
if test $1 -ge 702; then
installPECLModule_actual="${2}-1.0.1"
installPECLModule_stdin='autodetect'
fi
;;
memcached)