Skip to content

Function mcrypt_module_open() is deprecated in PHP 7.1 #61

@jtamm

Description

@jtamm

ircmaxell/random-lib/lib/RandomLib/AbstractMcryptMixer.php:75

public function __construct() { **$this->mcrypt = mcrypt_module_open($this->getCipher(), '', MCRYPT_MODE_ECB, '');** $this->blockSize = mcrypt_enc_get_block_size($this->mcrypt); $this->initv = str_repeat(chr(0), mcrypt_enc_get_iv_size($this->mcrypt)); }

http://php.net/manual/en/function.mcrypt-module-open.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions