php-windows Digest 4 Apr 2008 12:30:33 -0000 Issue 3452
Topics (messages 28849 through 28849):
how2 display error on browser
28849 by: Ludovic Amiguet
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Good morning,
i'm using PHP with an apache server
and i would like to know how it's possible to activate / desactivate
the displaying of error messages and warnings on the web browser.
i found two things ...
first:
in the php.ini, there is the param
- display_errors = On
and on httpd.conf, ther is the param
- ErrorLog "c:/wamp/logs/apache_error.log"
but my problem is that all messages are logged in a file and not send back
to the browser ....
could you help me to configure that ????
thanks a lot
--- End Message ---