On Tue, 24 Sep 2019 at 08:01, Bishop Bettini <bis...@php.net> wrote:
>
> Perhaps I am misunderstanding the scenario. Could you elaborate further,
> perhaps provide a concrete example demonstrating where a parachute would be
> needed?
>

For some things, catching exceptions so that other resources/locks can
be released, and then just re-throwing the exception can provide much
more resilient code than a simple shutdown handler can do. Or at least
with a lot fewer global variables involved imo.

cheers
Dan
Ack

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to