Hi,

I want to set up my php.ini with the display_errors setting off, and put in
my script
a iniset('display_errors',"1");  so i will only see errors of the script
that i'am working on.

I can't get it to work. It seems (when i call phpinfo() after the iniset)
that i changed the local
value but i don't see any errormessages.
When i adjust the setting in the php.ini file it will show the error
(ofcourse).

Does anybody know what i'am doing wrong?
(got a apache and php 4.3.1)

Elja



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to