[PHP-DEV] Re: 2 problems with shutdown From: Zeev Suraski (zeev <email protected>)
Date: 06/29/01

At 15:18 29/6/2001, Thies C. Arntzen wrote:
> agreed - but we should do it, right?

Yup :)

> in the error_log - and sometimes it'll even SEGFAULT.
>
> is this good?

Is this a trick question? :) Of course it's bad. Perhaps we should
revert to only freeing registered resources on a child_exit
(module_shutdown, I guess). We can live without actually freeing malloc'd
memory, as indeed, it will be auto-freed upon exit anyway.

Zeev

-- 
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>