how to slience all PHP errrors and warnings in runtime
Posted: Wed Nov 02, 2005 5:53 am
Hi
I would like to silence all PHP warnings, error, notices and so on in my applicaiton
so that these will not be displayed to the user
I know that this can be configured in php.ini
can I configure this in runtime by calling PHP functions in my code?
if so, do I need to call these functions on every request the user performs in my site?
regards
I would like to silence all PHP warnings, error, notices and so on in my applicaiton
so that these will not be displayed to the user
I know that this can be configured in php.ini
can I configure this in runtime by calling PHP functions in my code?
if so, do I need to call these functions on every request the user performs in my site?
regards