From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.19
PHP version:      4.0 Latest CVS (27/04/2001)
PHP Bug Type:     Feature/Change Request
Bug description:  register_shutdown_function request

It would be helpful if when a script is aborted with CTRL-c while running on the 
console that PHP would still call the function named in register_shutdown_function 
instead of just completely stopping.

One possible extension could be that the first time CTRL-c is received, jump to the 
shutdown function and if a second is received abort immediately.

I'm not sure if this request is possible, but it certainly would be helpful.


-- 
Edit Bug report at: http://bugs.php.net/?id=10524&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to