GoogleAuthenticator Library incompatible with php 8.0
-
Eli’s PHP Compatibility Scanner shows me that there’s a PHP error
#!/usr/bin/env php
FILE: ...y/vendor/siteground/googleauthenticator/PHPGangsta/GoogleAuthenticator.php
--------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------
37 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since
| | PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available
| | instead
37 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and
| | removed since PHP 7.2; Use random_bytes() or OpenSSL instead
37 | ERROR | The constant "MCRYPT_DEV_URANDOM" is deprecated since PHP 7.1 and
| | removed since PHP 7.2
--------------------------------------------------------------------------------
Time: 460ms; Memory: 16MBThere’s a fork at https://github.com/Coderberg/GoogleAuthenticator that updates it
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.