Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55263 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28150 invoked from network); 6 Sep 2011 23:26:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2011 23:26:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:62123] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/00-27821-71CA66E4 for ; Tue, 06 Sep 2011 19:26:15 -0400 Received: by gyd5 with SMTP id 5so4551029gyd.29 for ; Tue, 06 Sep 2011 16:26:12 -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=A7pKQ+k6jpuJ0RetnURkCvlKVeqp1WA6KFxNEh4ObvM=; b=sQmbtj0TH4N4iXBi01NrYL+NDtop/KR1yT64pHNAH5sh3q+juXyf4FBIVjh388jHFz FPXUqs/hCJXoFqm5atlqIsAtbwKNZEfQT5OUxAn+QaRGIwfXHD9QttkL8fSIjTLJ8Flk IC4wFaXv3grZ4VPi8Pv5A16HhHcgVMxJZd9OM= MIME-Version: 1.0 Received: by 10.236.191.74 with SMTP id f50mr27582865yhn.66.1315351572425; Tue, 06 Sep 2011 16:26:12 -0700 (PDT) Received: by 10.147.35.13 with HTTP; Tue, 6 Sep 2011 16:26:12 -0700 (PDT) In-Reply-To: References: <4E665202.7010102@sugarcrm.com> <4E666085.3040905@sugarcrm.com> <4E666E64.7050801@sugarcrm.com> Date: Wed, 7 Sep 2011 01:26:12 +0200 Message-ID: To: Pierre Joye Cc: Stas Malyshev , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] zlib issues in 5.4 and trunk From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Sep 6, 2011 at 21:09, Pierre Joye wrote: > On Tue, Sep 6, 2011 at 9:03 PM, Stas Malyshev wrote: >> Hi! >> >> On 9/6/11 11:35 AM, Pierre Joye wrote: >>> >>> Yes, we use the same libs for 5.3 and 5.4 and same tests pass in 5.3. >>> Bu it is also reproducible on many unrelated hosts. >> >> Well, maybe somebody that could reproduce it could look into it? Because I'm >> unable to reproduce any of it... > > Really? three linux (ubuntu latest and debian 5/6 here) as well on windows. > What is "Ubuntu latest"? is that 11.04 or the current beta? I'm running Ubuntu 11.04, and none of these fail for me. Two skipped (win only), and one expected to fail due to bug #47178 it seems. Please be a darling and post the diff so we can have something to look at. Maybe seeing the output could jumpstart someones memory and help you debug it. -Hannes