deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
925 stars 105 forks source link

Fix error logging with default engine configuration #64

Open deuill opened 5 years ago

deuill commented 5 years ago

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.