While the whole issue has always been somewhat confusing, there's no more overlap in MP2. Apache::Request inherits from Apache::RequestRec just like it did from its MP1 equivalent Apache.pm before, and adds parsing and handling of request parameters incl. multipart/form-data and uploads, as well as cookies. MP2 itself doesn't do that anymore, Apache::RequestRec::args only gets/sets the whole query string.

I think adding Apache::Request to the mod_perl distribution might save a few souls from going PHP. Having all these fancy APIs but not basic stuff like parameter accessors probably scares some newcomers away. But since this was mostly true for MP1 already, I guess this must have been rejected long ago.

Perfect. Thanks Markus.


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to