Remove mcrypt system status check
authoreileen <emcnaughton@wikimedia.org>
Tue, 5 Mar 2019 23:18:38 +0000 (12:18 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 5 Mar 2019 23:18:38 +0000 (12:18 +1300)
commit6b78f5d5087f6ae1b75fd666beb3b1a144694bba
treefb52326be5d8ee7cb67ec5c49d1c47ca8f3f7f1b
parent7aa628b32d31d5b2f6da882bb9fcc43779049179
Remove mcrypt system status check

Php 7.2 doesn't support this & it is being deprecated so having this here causes
sites to try to install it - creating a migration problem they wouldn't otherwise have

The situation here is unresolved but this check doesn't solve more confusion than it creates
CRM/Utils/Check/Component/Env.php