go-php icon indicating copy to clipboard operation
go-php copied to clipboard

Fix error logging with default engine configuration

Open deuill opened this issue 7 years ago • 0 comments

By default, configuration values for log_errors and display_errors depend on how PHP has been configured, and need to be made consistent in order for functionality to conform to expectations.

Additionally, the list of errors handled has been expanded to E_ALL instead of whatever the default value is.

deuill avatar Oct 07 '18 14:10 deuill