If I enable the error_log option in the php.ini file, then I get nothing in the configured error file and 'The connection to the server was reset while the page was loading.' in the browser (firefox). If I disable it, I get the error displayed in the browser.
I use PHP 5.3.0 on a Windows 7 system 64 bit.
My questions:
- Shouldn't the errors get displayed in the browser even if the error_log is enabled?
- Why is my error log file always empty?