mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +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
|
@ -16,7 +16,7 @@ imap 5.6 7.0 7.1 7.2 7.3
|
|||
interbase 5.6 7.0 7.1 7.2 7.3
|
||||
intl 5.6 7.0 7.1 7.2 7.3
|
||||
ldap 5.6 7.0 7.1 7.2 7.3
|
||||
mcrypt 5.6 7.0 7.1 7.2
|
||||
mcrypt 5.6 7.0 7.1 7.2 7.3
|
||||
memcache 5.6
|
||||
memcached 5.6 7.0 7.1 7.2 7.3
|
||||
mysql 5.6
|
||||
|
|
|
@ -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