Is "on" supposed to produce garbage (apparently
    Content-Encoding is simply missing), while 1 is the one true
    setting?  I always thought they were equivalent in the
    context of a boolean flag.

    # works
    php_admin_value zlib.output_compression 1

    # compression, but incomplete HTTP headers
    php_admin_value zlib.output_compression on

    Tested with current PHP 4.3.5 tree.

    - Sascha

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

Reply via email to