[PHP-DEV] ZE2 and object destruction
If the module doesn't know it's time to shutdown and tries to use an object that has already been destroyed, boom. F.
[PHP-DEV] ZE2 and object destruction ...
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 wh