From: "Ryan A" <[EMAIL PROTECTED]>
> I know how to suppress warnings in my file locally but i want to suppress
> warnings and notices in one whole directory using a .htaccess, i cant seem
> to find my old file that does that, can someone refresh my memory please?
>
> This is how i do it in my local file when i want all ON:
> error_reporting (E_ALL);
>
> I need to do the opposite by  shuting off all warnings & notices in the
> directory?

php_value error_reporting 0

---John Holmes...


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

Reply via email to