ghislainf / zf2-whoops

PHP whoops error on ZF2 framework
https://github.com/filp/whoops
59 stars 10 forks source link

PHP7 Support #14

Closed icanhazstring closed 8 years ago

icanhazstring commented 8 years ago

Hey there,

yesterday i tried to use this module with PHP7. Unfortunately it doesn't work that well. The TypeHint for the expected \Exceptions don't work for the raised new \Error types.

Are you fixing this already? If not, maybe i can look into it. Greets :)

icanhazstring commented 8 years ago

I open this up again. Maybe will do a pull request later this day.

The only change which has to be made should be to increase the version number of flip/whoops to version 2.*