Closed gplanchat closed 5 years ago
Hi @gplanchat It was already discussed in #777
Oro products don't use mcrypt features, but we still have ext-mcrypt
requirement in composer.json
for OroPlatform. It will be fixed soon.
Thanks @aivus I should have searched the closed issues.
We've created ticket to remove ext-mcrypt
dependency.
Internal ticket: BAP-16251
@gplanchat I looked on your grep.
All mentions of mcrypt
in oro code is not an mcrypt
actually.
Let's leave it open to avoid duplicates until mcrypt requirement removed from composer.json
.
Removed in 32cc6246705dfa7c59677f3f3a01d717e9007b78
ext_mcrypt
has been removed from PHP 7.2 and therefore Oro(CRM|Commerce|Platform) can't work on PHP 7.2.https://wiki.php.net/rfc/mcrypt-viking-funeral
Alternatives includes OpenSSL or Libsodium.
Here's the grep of the vendors: