On Tue, Aug 27, 2002 at 02:41:53PM -0000, George Schlossnagle wrote:

> gschlossnagle         Tue Aug 27 10:41:53 2002 EDT
> 
>   Modified files:              (Branch: apache_hooks)
>     /php4/sapi/apache mod_php4.c 
>   Log:
>   Replaced handler loading commands such that what was
>   
>   php_value uri_handler /tmp/foo.php
>   
>   is now
>   
>   phpUriHandler       /tmp/foo.php
   
It might be nice to keep the directives more unified, e.g.:

    php_uri_handler /tmp/foo.php

Or perhaps:

    php_handler uri /tmp/foo.php
    php_handler readpost /tmp/foo.php

-- 
Jon Parise ([EMAIL PROTECTED])  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to