The last reproduction was executed on darwin 10.8 with gcc 4.2.1

On Monday, February 13, 2012 11:16:41 AM Stas Malyshev wrote:
> Hi!
> 
> > I'm not familiar with Mac, but I saw such behavior on Linux very long
> > time ago, when on PHP restart static variables were still keep values
> > from old process.
> 
> That might happen if the shared library was not unloaded (dlopen will
> not re-load library that is already loaded) however I don't understand
> how it can happen on Apache - it's supposed to dlclose all modules. Is
> it reproducible on any Apache version on Linux or Mac?

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

Reply via email to