You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Granted, the application state after a fatal error (mainly execution timeout/memory limit) may not be consistent, however shutdown handlers are executed anyway after a fatal: thus, to match the behavior of shutdown handlers, I'd like to submit a PR to re-enable execution of destructors, opening this issue to gauge the mood.
PHP Version
8.4.6
Operating System
Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
Hi @danog. This is a behavioral change and should not target active branches. We're discussing the implications internally, please give us some time to do so.
Description
This behavior is caused by
php-src/main/main.c
Line 1477 in 9306c95
Granted, the application state after a fatal error (mainly execution timeout/memory limit) may not be consistent, however shutdown handlers are executed anyway after a fatal: thus, to match the behavior of shutdown handlers, I'd like to submit a PR to re-enable execution of destructors, opening this issue to gauge the mood.
PHP Version
8.4.6
Operating System
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: