PHP "warnings" are really nothing more than information messages, and are intended to be suppressed in production environments. Go read the set-up instructions for php production values.
Actual php errors cannot be supressed, they will generate a fatal error, and the execution will fail at that point.
Ill informed ranting will not change this, nor will it change how php applications are written.
If certain people cannot comprehend what they have been told several times now, then there is little point in this discussion continuing.
|