Re: [APC-DEV] 3.0.x vs. 3.1.x

[email protected] (Brian Shire) Fri, 28 Mar 2008 14:38:49 -0700
Newsgroups php.apc.dev
Message-ID <[email protected]>
On Mar 28, 2008, at 2:21 PM, Gopal V wrote:
> Classes have static members and leaving them as leaks results in
> weird issues
>
> http://pecl.php.net/bugs/bug.php?id=8526
>

Ah, great ;-)

> Yes, a session handler with a class static function wouldn't work
> with APC on - but that's a "known bug", while the bug above was
> a straight out SEGV :)
>

Agreed, my memleak vs. SEGV tradeoff isn't so hot.  Sorry if I'm  
making your repeat some history here, but has anyone pursued getting  
better hook into the Zend shutdown so these items can be taken care  
of?  I realize it's not critical, but interested in hearing your  
thoughts on it.

-shire