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

Reply via email to