[PHP-DEV] php_flag and php_admin_flag From: Sascha Schumann (sascha <email protected>)
Date: 11/02/00

    Could anyone explain to me why it was deemed necessary to
    provide

        php_flag foobar off

    when it could be simply written as

        php_value foobar 0

    I don't see any reason for implementing these directives in
    the Apache 2.0 module, but maybe I'm missing something.

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>