nayzo/NzoUrlEncryptorBundle

Function mcrypt_module_open() is deprecated

Closed this issue · 1 comments

mcrypt module is deprecated from PHP version 7.1 and will be removed in version 7.2. Necessary to rewrite this usage into openssl module.

nayzo commented

@ufik I've done a major updates to completely remove mcrypt_* and replace it with the OpenSSL extension.
c.f: https://github.com/NAYZO/NzoUrlEncryptorBundle/releases/tag/4.0

Thank you for the comment and sorry for my late response.