You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Because E_DEPRECATED can only be triggered by PHP itself, to indicate deprecated functionality in the PHP engine itself. For userland code (including frameworks and libraries!) to trigger deprecation notices, you must use E_USER_DEPRECATED.
BTW, you can add that to the error_reporting mask, too:
In my production php.ini the error_reporting settings are:
This does not filter the E_USER_DEPRECATED triggered in https://github.com/zendframework/zend-mvc/blob/master/src/Service/ServiceManagerConfig.php#L127
The text was updated successfully, but these errors were encountered: