Re: How to stop E_DEPRECATED messages in the PHP log?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Try

error_reporting(E_ALL ^ E_DEPRECATED);

Thanks for your suggestion - it would work nicely, except that that is
a runtime function that is called within a script.

but if it works within script you could do it by auto_prepend_file to stop flooding the log until solution is found... i start packaging 5.3 next days so it is also interesting for me and my "deprecated" users.
unfortunately no 5.3 experience until now...
Andre

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux