PHP 8.5.0 Alpha 1 available for testing

Mcrypt

add a note

User Contributed Notes 1 note

up
10
zelnaga at gmail dot com
5 years ago
If you're wanting to use mcrypt on a newer version of PHP where it's been deprecated try the shim for it instead:

https://github.com/phpseclib/mcrypt_compat
To Top