I don't think this is intended but under some circumstances also PHP error messages are cached by this plug-in. It should, probably, not do this.
I don't think this is intended but under some circumstances also PHP error messages are cached by this plug-in. It should, probably, not do this.
Instead, you should disable display_errors in your PHP configuration on a live site. It's much safer to log them to a file instead as they can potentially reveal information about your server!
This topic has been closed to new replies.