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?
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to