deuill / go-php

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

php error handling #31

Open taowen opened 7 years ago

taowen commented 7 years ago

Is it possible to not quit the process when php error happened?

deuill commented 7 years ago

Possibly yes, I'll see if a top-level exception handler does the job and add some tests to that effect.