Adjusting `Display_errors` in PHP.ini automatically adds deprecated directive `track_errors` resulting in PHP breaking
Modifying display_errors
from Off
to On
in the PHP.ini config file will result in the deprecated track_errors
directive being inserted automatically upon file save. This then results in the following error being reported in the PHP error file when any PHP script is run: