On Wed, 10 Aug 2005, Ron Korving wrote:

> Perhaps it would require an revised garbage collection mechanism? If that's
> the case and you think it's worth investing time in, I think it would be
> something for the next major version (6).

I think it would be better not to abuse Exceptions like this. They are 
for exceptional states, which should result in a graceful shutdown of 
your application. In that case 'leaking' the memory to the end of the 
request isn't a real problem anyway.

Derick

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

Reply via email to