RE: some info missing from $r->finfo

2001-07-06 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 06, 2001 10:01 AM > To: Geoffrey Young > Cc: '[EMAIL PROTECTED]' > Subject: Re: some info missing from $r->finfo > > > On Tue, 3 Jul 2001, Geoffrey You

Re: some info missing from $r->finfo

2001-07-06 Thread Doug MacEachern
On Tue, 3 Jul 2001, Geoffrey Young wrote: > hi guys... > > I tried using the -T and -B file tests against $r->finfo and found they > didn't work. I'm guessing this is because -T and -B are special perl tests > that have to read in the file, and that Apache's stat() doesn't glean this > inform

some info missing from $r->finfo

2001-07-03 Thread Geoffrey Young
hi guys... I tried using the -T and -B file tests against $r->finfo and found they didn't work. I'm guessing this is because -T and -B are special perl tests that have to read in the file, and that Apache's stat() doesn't glean this information on its own. so, is this a bug or a feature? :)