Re: Should we release 2.10?

Adam Prime <[email protected]> Fri, 14 Nov 2008 09:10:26 -0500
Newsgroups gmane.comp.apache.apreq
Message-ID <[email protected]>
I was reminded of a documentation omission by an email on the mod_perl 
list this morning.  Can something be added into the porting warnings here:

http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__request.html

mentioning that my @params = $r->param() no long returns a unique list 
of the params.  IE that ?a=b&a=c will return (a, a), not (a), which is 
how it worked in libapreq1.

Adam