Re: [PHP-DEV] [RFC] Modify tempnam() to handle directories and auto-cleanup

2012-11-28 Thread Ángel González
On 26/11/12 22:21, Sara Golemon wrote: > https://wiki.php.net/rfc/request-tempnam > > Just a bit of hand-holding for those who don't remember to clean up > their messes. I like it. Also note that it's not always that people “don't remember to clean up their messes” since there are several tricky ca

Re: [PHP-DEV] [RFC] Modify tempnam() to handle directories and auto-cleanup

2012-11-27 Thread Sherif Ramadan
On Mon, Nov 26, 2012 at 4:21 PM, Sara Golemon wrote: > https://wiki.php.net/rfc/request-tempnam > > Just a bit of hand-holding for those who don't remember to clean up > their messes. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.p

Re: [PHP-DEV] [RFC] Modify tempnam() to handle directories and auto-cleanup

2012-11-27 Thread Lars Strojny
Good idea! Am 26.11.2012 um 22:21 schrieb Sara Golemon : > https://wiki.php.net/rfc/request-tempnam > > Just a bit of hand-holding for those who don't remember to clean up > their messes. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/

Re: [PHP-DEV] [RFC] Modify tempnam() to handle directories and auto-cleanup

2012-11-26 Thread Sara Golemon
> 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 thi

Re: [PHP-DEV] [RFC] Modify tempnam() to handle directories and auto-cleanup

2012-11-26 Thread Johannes Schlüter
Hi, On Mon, 2012-11-26 at 13:21 -0800, Sara Golemon wrote: > https://wiki.php.net/rfc/request-tempnam > > Just a bit of hand-holding for those who don't remember to clean up > their messes. An obvious question is: When in shutdown should that be called? Assume I have a session handler which uses

[PHP-DEV] [RFC] Modify tempnam() to handle directories and auto-cleanup

2012-11-26 Thread Sara Golemon
https://wiki.php.net/rfc/request-tempnam Just a bit of hand-holding for those who don't remember to clean up their messes. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php