PHP: Stop Notice and Variable Warnings in Error Log Files
last updated in Categories Linux, PHP, Troubleshooting, UNIXI‘m using PHP error logging in place of error displaying on production web sites. However, I do not want to see error messages about the use of uninitialized variables. I’d like to see all critical errors, except for notices and coding standards warnings. How do I disable error messages?