On Thu, 6 Dec 2001, Stas Bekman wrote: > There are a few nits to solve with Apache::File compat: > > - $r->set_content_length doesn't support the call without args in 2.0 ... > The same problem here, in 2.0 you must pass the time argument > > =item $r->update_mtime() ... > =item $r->set_last_modified()
right, look at the 1.x File.xs, modperl handles this stuff. so for 2.0 these function need wrappers in xs/ to handle this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
