Magento 2
How to disable the `E_DEPRECATED` error handling level for PHP ?
Administration
e_deprecated
,
php71
,
php-error-reporting
dmitrii_fediuk
(Dmitrii Fediuk)
December 16, 2016, 5:50pm
1
Locate the line:
Replace it with the following one:
error_reporting(E_ALL &~ E_DEPRECATED);
[PHP 7.1] How to fix the «Function mcrypt_module_open() is deprecated» bug?
How to adapt Magento 2 to PHP 7.2?