Jonathan Vanasco schrieb: > Does anyone plan on porting Apache::File to Apache2 ? > > I'm using it in the Apache2::compat mode right now, but I feel uneasy > using compat outside of my dev box > > I took a stab at porting the perl part of File and Symdump, but File has > an xs component I know i can't handle myself. > >
What does Apache::File provide other classes in mp2/standard perl don't? - $fh->open() => APR::PerlIO/Standard Perl - $fh->close() => APR::PerlIO/Standard Perl - $fh->tmpfile() => File::Temp - $r->discard_request_body() => Apache2::RequestIO - $r->meets_conditions() => Apache2::Response - $r->mtime() => Apache2::RequestRec - $r->set_content_length() => Apache2::Response - $r->set_etag() => Apache2::Response - $r->set_last_modified() => Apache2::Response - $r->update_mtime() => Apache2::Response Tom