Hello Florian, hello Andi
to me this is the way to go. At least the order of shutdown pieces
is correct with this patch but maybe Andi has a better idea?
regards
marcus
Friday, July 2, 2004, 11:51:44 PM, you wrote:
> Currently object's destructors are called in the zend_deactivate function in
Currently object's destructors are called in the zend_deactivate function in
main.c after the modules
request_shutdown_func has been called (main.c -
php_call_shutdown_functions(void); ) .
Since no code should be executed after module request shutdown unexpected
behaviour might
occur like the one