On Sat, Jul 06, 2002 at 10:02:24AM -0700, Rasmus Lerdorf wrote:
> > > What is a dynamic page if not a PHP page?
> >
> > Like I said, Apache doesn't know if a file on disk is meant for PHP or
> > not.  The best way to fix this would be for mod_php to set the value if
> > the filter is added for the request.
> >
> > I agree, it would be cool if Apache could set this correctly based on
> > the filters that have been added for the request.
> 
> Seems like there should be an API call where a filter can specify whether
> it is a dynamic one or not as opposed to specifically flipping the
> acceptpathinfo bit.

Sounds like PHP needs to implement the filter_init function.  It
is exactly for this situation.  -- justin

Reply via email to