I looked in the manual (twice now). I want to keep logging to the log file but print to browser on this one script.
I have in my script: error_reporting (E_ALL); error_reporting (E_ERROR | E_WARNING | E_PARSE); but they're still only being logged to file. I dont have access to php.ini. Yes, manual > Error Handling and Logging Functions On Friday 20 June 2003 02:11, Mignon Hunter wrote: > On my dev server the php.ini is set to log all errors and notices. > > Isnt there a way to over ride this on a per script basis to output to > stdout (or my browser) ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php