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
You mean so that applications can add their code to a stack to be run by us, rather than calling register_shutdown_function directly? Sounds interesting. Presumably we could make this relatively BC.
Need extend or replace method Kohana::shutdown_handler() for adding handlers for other classes (
__destruct()
is sometimes unstable).As example my class ShutdownHandler.
The text was updated successfully, but these errors were encountered: