Codeigniter: PHP 7.1.2 issue mcrypt_get_iv_size

Created on 15 Mar 2017  路  3Comments  路  Source: bcit-ci/CodeIgniter

Hi,

I'm using the new PHP 7 but according to the docs the mcrypt extension has been deprecated. The following exception message is shown:

`Severity: 8192

Message: Function mcrypt_get_iv_size() is deprecated

Filename: libraries/Encrypt.php

Line Number: 297`

Will there be a fix for CI 3 or will this only be fixed in CI 4 ?

Most helpful comment

Don't beat yourself over it. Just take a note to always do some basic research first. :)

All 3 comments

Not only is there already a "fix", but it was put in place with 3.0.0 ... that's 2 years and 10 releases ago.
Read the note very prominently put at the top of this page: https://codeigniter.com/userguide3/libraries/encrypt.html

Feeling dumb right now.....

So sorry for bottering you!

Don't beat yourself over it. Just take a note to always do some basic research first. :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Struki84 picture Struki84  路  7Comments

Tjoosten picture Tjoosten  路  6Comments

sarciszewski picture sarciszewski  路  5Comments

Rverm picture Rverm  路  6Comments

mckaygerhard picture mckaygerhard  路  4Comments