Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function mcrypt_module_open() is deprecated in PHP 7.1 #61

Open
jtamm opened this issue Jul 14, 2017 · 1 comment
Open

Function mcrypt_module_open() is deprecated in PHP 7.1 #61

jtamm opened this issue Jul 14, 2017 · 1 comment

Comments

@jtamm
Copy link

jtamm commented Jul 14, 2017

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

@garak
Copy link

garak commented Jul 23, 2017

Looks like a duplicate of #55

tigerwill90 pushed a commit to tigerwill90/api-ergo-ge-ch that referenced this issue Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants