cmd_data analogous

2003-02-11 Thread Yuriy Syrota
Hello. The command_rec structure in Apache has a useful field named cmd_data. Is there an analogous field in the @APACHE_MODULE_COMMANDS from mod_perl2? -- Yuriy Syrota

Re: cmd_data analogous

2003-02-11 Thread Stas Bekman
Yuriy Syrota wrote: Hello. The command_rec structure in Apache has a useful field named cmd_data. Is there an analogous field in the @APACHE_MODULE_COMMANDS from mod_perl2? Yup, it's called 'data' src/modules/perl/modperl_module.c:705 /* no default if undefined */ if (!(errmsg