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:
parent
e3622bc4b3
commit
6b13d33927
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue