>>outstanding issues:
>>- ALIAS for Apache::Server::dir_config
>>  Doug said: add the common function to modperl_util.c, then it can be
>>             called from anywhere.
>>  Stas replied: can you please be more verbose? what function?
>>
> 
> the main body of dir_config, something like:
> SV *modperl_dir_config(pTHX_ request_rec *r, server_rec *s,
>                        char *key, SV *sv_val)
> {
>     /* borrow from 1.x's Apache.xs:dir_config() here */
>    /* adjust to fixed parms based on code above */
> }

that's too easy now :) thanks a bunch!

the only question I've left is where to put the generic function? Should 
I keep it in Apache__RequestUtil.h?

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to