I have a problem i have a simple lamp server and i want it to display php errors. (apache2) so i go into my php.ini file and error_reporting = E_ALL | E_STRICT
The web says this should do the trick but even still i get a blank page when my php file contains errors.
I have made sure i edited the right php.ini since the phpinfo(); says i use /etc/php5/apche2/php.ini i edited that file.
Do you guys have any suggestions?