Stas Bekman wrote:

- if you are creating your own apr_finfo_t, then how does one populate
r->finfo?

BTW, why would you want to populate $r->finfo? Apache does that already, doesn't it?


Also I've made all the finfo accessors read-only. Is that OK?

Thinking more, I think we may not do $r->finfo($finfo), but make it do stat() internally if $r->finfo is not populated. It should be enough to do:

$r->filename('xxx');
$finfo = $r->finfo();

and not needing an explicit stat() call in the perl space.

--
__________________________________________________________________
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]



Reply via email to