firephp-core icon indicating copy to clipboard operation
firephp-core copied to clipboard

errorHandler and PHP 8

Open chrisgraham opened this issue 4 years ago • 1 comments

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:

  • https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING
  • https://wiki.php.net/rfc/deprecations_php_7_2

chrisgraham avatar Oct 20 '20 18:10 chrisgraham

Thanks for the heads up!

cadorn avatar Oct 22 '20 05:10 cadorn