[PHP-DEV] Bug #3363: Calling exit or die in shutdown function causes seg fault From: brad_jackson <email protected>
Date: 01/31/00

From: brad_jackson <email protected>
Operating system: RedHat Linux 6.1
PHP version: 3.0.14
PHP Bug Type: Reproduceable crash
Bug description: Calling exit or die in shutdown function causes seg fault

If you register a function to be called at the end of the script by calling register_shutdown_function and put a call to exit or die within that function, the instance of Apache will become unstable and seg fault shortly thereafter.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>