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

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -