Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7646 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72944 invoked by uid 1010); 8 Feb 2004 18:10:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72887 invoked from network); 8 Feb 2004 18:10:32 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 8 Feb 2004 18:10:32 -0000 Received: (qmail 13911 invoked by uid 501); 8 Feb 2004 18:10:31 -0000 Received: from unknown (HELO eco.foo) (80.143.25.135) by kdserv.de with SMTP; 8 Feb 2004 18:10:31 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id AAE931B52 for ; Sun, 8 Feb 2004 19:10:30 +0100 (CET) Date: Sun, 8 Feb 2004 19:10:30 +0100 (CET) X-X-Sender: sas@eco.foo To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: zlib.output_compression on -> garbage From: sascha@schumann.cx (Sascha Schumann) 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