My total guess is that you need to alter something in php.ini<br><br>something along the lines of...looking for lines like these.<br><p>Within <b>php.ini</b>, some modifications need to be made to switch on the GZIP compression detection and encoding. There are two methods to do this.
</p>

                
                <hr>
                <p class="pre-bold">Method 1:</p>
                <p class="pre">output_buffering = On<br>
                output_handler = ob_gzhandler<br>
                zlib.output_compression = Off</p>
                <hr>
                <p class="pre-bold">Method 2:</p>
                <p class="pre">output_buffering = Off<br>
                output_handler = <br>
                zlib.output_compression = On</p><br>It&#39;s an un-educated guess but start looking there before Neel comes up with a blinding answer!<br><br>Toby<br><br><div><span class="gmail_quote">On 09/01/2008, <b class="gmail_sendername">
<a href="mailto:watford-request@mailman.lug.org.uk">watford-request@mailman.lug.org.uk</a></b> &lt;<a href="mailto:watford-request@mailman.lug.org.uk">watford-request@mailman.lug.org.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Watford mailing list submissions to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:watford@mailman.lug.org.uk">watford@mailman.lug.org.uk</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://mailman.lug.org.uk/mailman/listinfo/watford">
https://mailman.lug.org.uk/mailman/listinfo/watford</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:watford-request@mailman.lug.org.uk">watford-request@mailman.lug.org.uk
</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:watford-owner@mailman.lug.org.uk">watford-owner@mailman.lug.org.uk</a><br><br>When replying, please edit your Subject line so it is more specific
<br>than &quot;Re: Contents of Watford digest...&quot;<br><br><br>Today&#39;s Topics:<br><br>&nbsp;&nbsp; 1. php5-zlip (walt)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 9 Jan 2008 11:24:58 -0000
<br>From: &quot;walt&quot; &lt;<a href="mailto:walt@helvatron.co.uk">walt@helvatron.co.uk</a>&gt;<br>Subject: [Watford] php5-zlip<br>To: &lt;<a href="mailto:watford@mailman.lug.org.uk">watford@mailman.lug.org.uk</a>&gt;<br>
Message-ID: &lt;<a href="mailto:000401c852b2$4533ad10$cf9b0730$@co.uk">000401c852b2$4533ad10$cf9b0730$@co.uk</a>&gt;<br>Content-Type: text/plain;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; charset=&quot;us-ascii&quot;<br><br>I am trying to get Nolapro Accounts to work as a way of learning more about
<br>the PHP system.<br><br>One of the PHP extensions it needs is zlib.&nbsp;&nbsp;I installed it without any<br>problems but the nolapro initial setup no longer works to show me whether<br>everything it needs is installed.&nbsp;&nbsp;As soon as uninstall zlib it works again
<br>with the zlib component reported as missing.<br><br>I have tried the web and the nolapro support but there is nothing there.&nbsp;&nbsp;I<br>have joined their forum as well but so far, nothing.<br><br>Thanks, Walter<br><br><br>
<br><br>------------------------------<br><br>_______________________________________________<br>Watford mailing list<br><a href="mailto:Watford@mailman.lug.org.uk">Watford@mailman.lug.org.uk</a><br><a href="https://mailman.lug.org.uk/mailman/listinfo/watford">
https://mailman.lug.org.uk/mailman/listinfo/watford</a><br><br><br>End of Watford Digest, Vol 76, Issue 3<br>**************************************<br></blockquote></div><br>