0

Is it possible to eliminate DEPRECATED messages from the PHP error_log?

I know I can use

~E_DEPRECATED 

to keep them from the display but is there any way to keep them out of the error_log as well?

0

1 Answer 1

2

This may be a bug: http://bugs.php.net/bug.php?id=48843

The right way to keep that message out of your logs is to replace the deprecated code :)

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks... I, like the bug poster, am expecting the errors. I have a long list to tend to, but that's down on my to-do list at the moment ;-)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.