Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88345 invoked from network); 28 Oct 2011 09:30:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2011 09:30:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:60972] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/75-59786-E467AAE4 for ; Fri, 28 Oct 2011 05:30:55 -0400 Received: by ggnk5 with SMTP id k5so3940866ggn.29 for ; Fri, 28 Oct 2011 02:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iu1mZ3VHq9CARlby9T3+XHP2SaRDNsMP6X+zkbxBlAE=; b=Sob6sbGVvox3v6j0B4yndcscXlnYPiGQTFqwl1gSRc2f6aeHPvSGsH2EizPTfdN3lF q6PaqqPFqL78VlFlS48hDlYi4lsxjAPPY7plUSe/VWq3bQiavPnngBi0+K3betLIpwXD 4MWMci0gcAj3eO+T8lKJsDG7Q5jbn+qLYJ73A= MIME-Version: 1.0 Received: by 10.236.131.12 with SMTP id l12mr2110025yhi.121.1319794252214; Fri, 28 Oct 2011 02:30:52 -0700 (PDT) Received: by 10.147.170.17 with HTTP; Fri, 28 Oct 2011 02:30:52 -0700 (PDT) In-Reply-To: <54.F3.59786.60F6AAE4@pb1.pair.com> References: <54.F3.59786.60F6AAE4@pb1.pair.com> Date: Fri, 28 Oct 2011 11:30:52 +0200 Message-ID: To: Michael Wallner Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Changed behaviour of gzencode in PHP-5.4 From: pierre.php@gmail.com (Pierre Joye) hi Mike, On Fri, Oct 28, 2011 at 10:59 AM, Michael Wallner wrote: > gzencode in PHP-5.4 behaves differently than in previous versions. > I outlined the reasoning in the comment from 2009-03-03 22:11 UTC > at http://bugs.php.net/47178 > > Any comments? As I never used this mode ever (FORCE_DEFLATE), it seems to be used quite often: http://www.google.com/codesearch#search/&q=gzencode%20lang:php%20FORCE_DEFLATE&type=cs I wonder how this change actually affects existing code, apps or tools, in real applications. Obviously the tests were failing due to the output change but does it affect an application using the data (be a php or any other app)? ps: I did not try nor read carefully the specs&docs :) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org