You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I use PHP 7.2.8 and when the site go to install/ give me two errors:
warning: use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
and
warning: use of undefined constant MCRYPT_MODE_CBC - assumed 'MCRYPT_MODE_CBC'
I search and looks like MCRYPT_RIJNDAEL_128 and MCRYPT_MODE_CBC are deprecated in PHP 7=>
Please check it out, maybe another extension will be fix the issue.
The text was updated successfully, but these errors were encountered:
@hernantas Any update on this? The mcrypt extension is only available in the PHP repositories for up to PHP 7.1 since it was deprecated back in 2016.
well, I make an update in my fork of this project, the problem is that It throw's more errors, also I made some changes to fix that new errors but I don't make the commits yet (due to internet lack)
some changes to fix those new errors but I still don't make the commits due to lack of internet
this is the encryption change that i made with AES and OpenSSL
Hello, I use PHP 7.2.8 and when the site go to install/ give me two errors:
warning: use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
and
warning: use of undefined constant MCRYPT_MODE_CBC - assumed 'MCRYPT_MODE_CBC'
I search and looks like MCRYPT_RIJNDAEL_128 and MCRYPT_MODE_CBC are deprecated in PHP 7=>
Please check it out, maybe another extension will be fix the issue.
The text was updated successfully, but these errors were encountered: