I'm currently running MAMP Pro on OSX 10.9.2.
I'm running PHP 5.3.6.
I've tried to set display_errors = On
in the php.ini file but phpinfo() keeps showing it as Off. I looked for possible answers but what I found repeatedly was people mentioning there was a second display_errors
line further down which was setting the value back to Off. This is not my case, I don't have that second line in my php.ini file.
The file I'm modifying is /Applications/MAMP/bin/php/php5.3.6/conf.
I hope someone can help me with this.