
stas at stason
Jan 28, 2002, 10:26 PM
Post #1 of 2
(351 views)
Permalink
|
|
Re: an interface for apr_array_header
|
|
Doug MacEachern wrote: > On Tue, 29 Jan 2002, Stas Bekman wrote: > > >>I was looking at adding the Perl API for apr_array_header_t, per >>todo/api.txt entry. >> >>Is there any use for this functionality in Perl? >> > > i think i had only array_headers of char * in mind, like what ap_requires > returns. but it probably isn't worth doing. I agree. I think it could be worth doing if we want to access some Apache datastructure which is implemented with array_header_t, but since we don't have any, we don't need this API. So can we remove it from todo? _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:stas [at] stason http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|