Then how can I accompish this?? is there another way for me to turn off the display_errors directive? Please help me with this because I use XMLHttpRequest responses and they get dirty with php error messages when sometimes they are just notices... and there are times when ini_set doesn't stop...
Hi, I asked before with no responses, I want to disable the display_error feature account-wide, as I always check the error_log instead
As can be seen in the official php doc (http://www.php.net/manual/en/errorfu...display-errors) note 1:
"This is a feature to support your development and...
Hi, I want to disable the display_error feature account-wide, as I always check the error_log instead
As can be seen in the official php doc (http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors) note 1:
"This is a feature to support your development and should never be...