UBoat icon indicating copy to clipboard operation
UBoat copied to clipboard

PHP compatibility issues

Open matricali opened this issue 6 years ago • 0 comments

Function mcrypt_create_iv() was DEPRECATED in PHP 7.1.0, and REMOVED in PHP 7.2.0.

Alternatives to this function include:

  • random_bytes()

matricali avatar Nov 06 '19 04:11 matricali