Quote:
Originally Posted by GaryT
May I ask, how is it that this is acceptable by so many?
|
Because they are just warnings!
They dont mean anything other than to warn you about something. For example, deprecated warnings simply tell you that a function may be removed from php at some point in the future. The function still works exactly as its always done.
In PHP, warnings are basically just informational messages, which have no effect on functionality.