[PHP-DEV] ZE2 and object destruction

2002-08-27 Thread fab wash
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 ...

2002-08-27 Thread l0t3k
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