Page 1 of 1

php error reporting doesn't work

Posted: Thu May 22, 2003 3:18 am
by tr3s
any idea here pls...

i've installed apache 2.0.44 and php on winxp. everything seems doing fine except it shows no error messages or notices even there's error in my script. i've already set up error_reporting to e_all. is this some apache thing?

p.s. it works fine in IIS

thanks!

Posted: Thu May 22, 2003 3:51 am
by volka
by default the option display_errors is disabled. Errors will not be printed to the output-stream (visible to the client).
You might either enable this or take a look at the server's errlog.