Turning on display_errors in WAMP - Video Tutorial
Thursday, August 30th, 2007Hi,
Within a WAMP installation, I ran into a little issue today when trying to change php.ini’s ‘display_errors’ property.
By default WAMP installs with ‘display_errors’ to ‘Off’:
display_errors = Off
… This is a pain-in-the-ass setting when trying to write new PHP code because errors don’t get displayed in the browser window; you have to go to the log [...]
