mcrypt_create_iv() is deprecated

Issue #337 duplicate
Former user created an issue

Deprecated: Function mcrypt_create_iv() is deprecated in phpliteadmin.php on line 453

Comments (4)

  1. phpLiteAdmin repo owner

    This is a duplicate of https://github.com/phpLiteAdmin/pla/issues/3

    mcrypt_create_iv() is necessary because we still support PHP 5.2.0. The order of preference has been changed, though. The development version uses random_bytes() first. See: https://github.com/phpLiteAdmin/pla/issues/3

    Please try the development version:

    http://www.phpliteadmin.org/phpliteadmin-dev.zip

    If its still throws errors in PHP 7, then reopen the issue or open a new one.

  2. Log in to comment