-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dependency on mcrypt #196
Comments
|
Thanks for reporting this. I had no idea mcrypt was in such bad shape. There seem to be two options:
I'm more in favor of defuse/php-encryption since it has no dependencies, even though it will require us to drop PHP 5.3 support (it's about time anyway). |
Usage of mcrypt within this bundle has now been deprecated in favour of defuse/php-encryption, which is now the default encryption provider for new installations. Existing installations keep using mcrypt in order to maintain BC. See the Change log for Thanks for reporting this issue. |
It's been deprecated in PHP 7.1
http://php.net/manual/en/migration71.deprecated.php
The text was updated successfully, but these errors were encountered: