Homestead PHP 7.3 php.ini - unable to disable deprecated warnings

Viewed 1431

I am running a Zend 1.x application on PHP 7.3 with Homestead/Vagrant and I get a number of deprecated warnings - I have tried to disable these but nothing seems to 'hide' the deprecated warnings - I have added the following in the php.ini and restarted fpm & apache but I still keep seeing these errors in the browser.

// php.ini error_reporting

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

// This is the error I see in the browser

Deprecated: The each() function is deprecated....

0 Answers
Related