Removed dependencies from mcrypt Library to work with PHP7.2

This commit is contained in:
Andreas Österreicher
2019-05-07 11:05:43 +02:00
parent e2cea2ab58
commit c2a4c3413e
5 changed files with 18 additions and 593 deletions
-1
View File
@@ -83,7 +83,6 @@ printValue("php-xsl", extension_loaded('xsl'));
printValue("php-gd", extension_loaded('gd'));
printValue("php-pgsql", extension_loaded('pgsql'));
printValue("php-ldap", extension_loaded('ldap'));
printValue("php-mcrypt", extension_loaded('mcrypt'));
printValue("php-mbstring", extension_loaded('mbstring'));
printValue("php-soap", extension_loaded('soap'));
printValue("php-curl", extension_loaded('curl'));