Does it work?
On Thu, 22 Aug 2002, Lukas Schroeder wrote:
> hi,
>
> attached is a first request for comment for an update to the
> apache_hooks code.
>
>
> a php-handler for uri translation looks like this ($request is of type
> ApacheRequest).
>
> <?php
>
> $request->uri('/s.html');
> return DECLINED;
> ?>
>
>
> a php-handler for uri-to-filename translation would look like this.
>
> <?php
>
> $request->filename('/tmp/foo.html');
> return OK;
> ?>
>
>
> the patch is intended for peer review only.
>
>
>
> regards,
> -lukas
>
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php