i've noticed that in ZE2 that object autodestruction (ala
zend_objects_store_call_destructors) happens _after_ a module's RSHUTDOWN,
which causes some interesting lifetime management issues in an extension im
writing. in particular, the Zend objects wrap some in-memory structures from
a library which handles its own cleanup (the cleanup function is called in
RSHUTDOWN).
 forgive me if this reveals my ignorance of engine internals, but shouldnt
the object destruction sequence precede a module's request shutdown ?

l0t3k



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

Reply via email to