Skip to content

Instantly share code, notes, and snippets.

View brandontravis's full-sized avatar

Brandon Travis brandontravis

View GitHub Profile
filename: wp-content/plugins/gravityforms/common.php
5356 | ERROR | The constant MCRYPT_RIJNDAEL_256 is deprecated since PHP 7.1 and removed since PHP 7.2
5357 | ERROR | Function mcrypt_get_iv_size() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
5357 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5357 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2
5360 | ERROR | Function mcrypt_encrypt() is deprecated since PHP 7.1 and removed since PHP 7.2; Use OpenSSL instead
5360 | ERROR | Extension 'mcrypt' is deprecated since PHP 7.1 and removed since PHP 7.2; Use openssl (preferred) or pecl/mcrypt once available instead
5360 | ERROR | The constant MCRYPT_MODE_ECB is deprecated since PHP 7.1 and removed since PHP 7.2
5360 | ERROR | Function mcrypt_create_iv() is deprecated since PHP 7.1 and removed since PHP 7.2; Use random_bytes() or OpenSSL