> > MP_perl_global_entries[] = { > > {"END", MP_GLOBAL_OFFSET(end), MP_GLOBAL_AVCV}, /* END > */ > > > > What's global END()? I thought END always belong to some namespace. > > nope. PL_endav is global.
Does this mean that any END blocks registered during a request handler, will be run at the end of it and not at the shutdown? If not where do they go if PL_endav is getting reset to its pre-request value. I don't think this is the same as it was in 1.0. I always thought that only registry scripts were special regarding BEGIN/END blocks. What do I miss? Can you please shade more light on this issue? __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]