display_startup_errors

Display_startup_errors display of errors which occur during PHP's startup sequence are handled separately from display_errors.

; display_startup_errors
; Default Value: Off
; Development Value: On
; Production Value: Off

Enabling the display_startup_errors directive will display any errors encountered during the initialization of the PHP engine. Like display_errors, you should have this directive enabled during testing and disabled when the site is live.





Content