d6lts / drupal

Fork of Drupal core for Drupal 6 LTS support.
https://www.drupal.org
GNU General Public License v2.0
130 stars 45 forks source link

Handle error suppression in PHP 8+ #82

Open jorrit opened 1 month ago

jorrit commented 1 month ago

In PHP 8 error_reporting() is set to E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR | E_PARSE when the error handler is called for suppressed errors.