Add support for mcrypt on PHP 7.3

pull/35/head
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

@ -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

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)