Hi all,
Just installed PHP 5.2.6 on SLES11. I have editted php.ini to try and turn error reporting on, but it's not turning on (I have restarted apache2). At the moment, I'm using php in cli to debug which is getting a bit stale...
Here's a section of my php.ini config:
error_reporting = E_STRICT
display_errors = On
display_startup_errors = On
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
Any ideas? Could something else (i.e. Apache) be preventing the errors from displaying?