firephp / firephp-core

FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
222 stars 78 forks source link

errorHandler and PHP 8 #66

Open chrisgraham opened 3 years ago

chrisgraham commented 3 years ago

errcontext is removed in PHP 8. According to the RFC of its removal, it'll throw a deprecation warning. I haven't tested, but you can easily strip out the parameter from errorHandler as it is not being used.

References:

cadorn commented 3 years ago

Thanks for the heads up!