Anyone know how I should modify my php.ini file in OS X to get it to display useful errors? That is, currently I get errors like:
Quote:
|
Parse error: parse error in /Library/WebServer/Documents/index.php on line 8
|
and I would
like the errors to appear as they do on my XP machine, i.e.:
Quote:
|
Parse error: parse error, unexpected ';', expecting ']' in /Library/WebServer/Documents/index.php on line 8
|
display_errors is set to on, but I can't seem to get it to show the more verbose error messages. I don't want to play around too much for fear of breaking something. Many thanks.