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
as you are probably aware, the mcrypt PHP extension has been deprecated as of PHP 7.1.0 and will be removed with PHP 7.2.0.
Since 7.1 is the current latest stable PHP version, I would like to suggest migration to the openssl extension.
As part of this, it probably should be investigated whether the OpenSSL version used in PHP 5.3 supports all used ciphers.
What do you think of this?
The text was updated successfully, but these errors were encountered:
Hello,
as you are probably aware, the mcrypt PHP extension has been deprecated as of PHP 7.1.0 and will be removed with PHP 7.2.0.
Since 7.1 is the current latest stable PHP version, I would like to suggest migration to the openssl extension.
As part of this, it probably should be investigated whether the OpenSSL version used in PHP 5.3 supports all used ciphers.
What do you think of this?
The text was updated successfully, but these errors were encountered: