How to change the way PHP writes errors in the error log file?
问题 I have been working on my website for over a year now, and I am very anxious to finally put it out there for people to use. It has gotten quite large however - I almost want to say out of my control - and on top of that I am really just an self taught amateur programmer. So I want to be sure, that any errors that php produces are logged in a file, so I can than access this file and track errors down. Currently my settings are the following: <?php error_reporting(E_ALL); ini_set('display