Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

display_errors

display_errors configures the display of PHP errors, warnings and notices to the standard output. By default, it is on, with the value 1.

In production environments, it is recommended to set display_errors to 0. The error messages should be send to a logging system, for further exploitation. Otherwise, it is considered a data leak, and may lead to a vulnerability.

Documentation

See Also