> An obvious question is: When in shutdown should that be called? Assume I
> have a session handler which uses such a temporary directory which is
> backed by a custom stream while having a registered shutdown function
> accessing that session (what did i forget to put into that scenario?)
>
Is this custom session handler wanting the temporary directory to last
between requests?

If so then they'd just not use the TEMPNAM_REQUEST flag.

If not, then there wouldn't be a problem since RSHUTDOWN happens after
calling the methods registered with register_shutdown_function().

-Sara

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

Reply via email to