php - Turn off PEAR Errors -


I am using pear's mail_Queue and unfortunately there are many exclusion warnings (this is a normal SO topic).

Is there any easier way to turn off peer errors altogether completely so that I can modify header information after calling mail_queue?

This "errors" can be turned off as you said to yourself, it warns PHP To spread, and you can not just tell the PHP to output them.

Use the following code before using it to silence warnings:

  error_reporting (error_porting () and ~ E_DEPRECATED & amp; ~ E_STRICT);  

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -