Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22039 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24228 invoked by uid 1010); 28 Feb 2006 17:07:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24213 invoked from network); 28 Feb 2006 17:07:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2006 17:07:31 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:21948] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3D/D8-25426-15384044 for ; Tue, 28 Feb 2006 12:07:30 -0500 Received: (qmail 27369 invoked from network); 28 Feb 2006 17:07:25 -0000 Received: from localhost (HELO zeev-notebook.zend.com) (127.0.0.1) by localhost with SMTP; 28 Feb 2006 17:07:25 -0000 Message-ID: <7.0.1.0.2.20060228190317.0b522678@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 28 Feb 2006 19:07:25 +0200 To: "Hannes Magnusson" Cc: "Michael Wallner" ,internals@lists.php.net In-Reply-To: <7f3ed2c30602280858q1253487bqade24d8d92aa4cb0@mail.gmail.co m> References: <68.AB.30574.5C7E2044@pb1.pair.com> <7.0.1.0.2.20060228183807.0afb5068@zend.com> <7f3ed2c30602280858q1253487bqade24d8d92aa4cb0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Revisiting output control code From: zeev@zend.com (Zeev Suraski) I misread the post, I thought we were talking about ob_end_clean(). Yes, ob_clean() may cause this problem to happen, but again, the right approach would be having an 'applicative' output buffer on top of the gzip output buffer. We can look into letting output handlers denote that ob_clean() is not allowed on them. Zeev At 18:58 28/02/2006, Hannes Magnusson wrote: >On 2/28/06, Zeev Suraski wrote: > > I'm also not sure about what you're saying with the gzip/zlib headers > > missing - do you mean the footers? > > >Refering to http://bugs.php.net/bug.php?id=36514 I belive > >- Hannes