Its not recommended to use mcrypt on PHP7.3 because its deprecated as of 7.1..
Quote
The mcrypt extension is included in PHP 5.4 through PHP 7.1. It was removed from PHP 7.2 and moved to an unofficial PECL extension because the mcrypt library is no longer maintained.
For PHP 7.2+, PHP instead uses libsodium as a cryptography library. New PHP code should be written to use libsodium rather than mcrypt.
First big question is if leave it out am I going to run into bad problems? Because its recommended for performance reasons and honestly If I have to toss a few extra cores on the VM to deal with the performance difference then so be it. I'm just wanting to make sure things are going to work if I leave it off.
Question
MrRenegade
Its not recommended to use mcrypt on PHP7.3 because its deprecated as of 7.1..
First big question is if leave it out am I going to run into bad problems? Because its recommended for performance reasons and honestly If I have to toss a few extra cores on the VM to deal with the performance difference then so be it. I'm just wanting to make sure things are going to work if I leave it off.
Suggestions?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.