Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55247 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66911 invoked from network); 6 Sep 2011 15:59:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2011 15:59:16 -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.218.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:36759] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/60-61860-253466E4 for ; Tue, 06 Sep 2011 11:59:14 -0400 Received: by yie16 with SMTP id 16so4386446yie.29 for ; Tue, 06 Sep 2011 08:59:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Xr77Mbn+jAnkiy9rRhzuvG5CKc67crLmHLgiwRMYTvk=; b=h6aIzrRsn0SapvrkjXMMhrNvQDRh6KrYguS5LnPF5nL+UFdz9tw0eYBTx1hO6Pkc5n HACejkRPq1JfazNjWiXwuwl1dj55LZWTa3zcwPmU1LBBF2w6qdSGF9rFwW3sOgV6E9Ly lbELyGmUeDVbqLzRgdAc+pIopLEKAVeW6EcZY= MIME-Version: 1.0 Received: by 10.236.77.195 with SMTP id d43mr25388299yhe.22.1315324751086; Tue, 06 Sep 2011 08:59:11 -0700 (PDT) Received: by 10.147.182.15 with HTTP; Tue, 6 Sep 2011 08:59:11 -0700 (PDT) Date: Tue, 6 Sep 2011 17:59:11 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: zlib issues in 5.4 and trunk From: pierre.php@gmail.com (Pierre Joye) hi, It seems that 5.4 and trunk has something broken in zlib and maybe bas64 encoding/decoding. We have a serie of tests failing on linux or windows: ext\zlib\tests\bug_52944.phpt ext\zlib\tests\gzcompress_basic1.phpt ext\zlib\tests\gzcompress_variation1.phpt ext\zlib\tests\gzdeflate_basic1.phpt ext\zlib\tests\gzdeflate_variation1.phpt ext\zlib\tests\gzencode_basic1.phpt ext\zlib\tests\gzencode_variation1-win32.phpt (the unix version too) ext\zlib\tests\gzfile_basic.phpt ext\zlib\tests\gzfile_basic2.phpt \tests\gzfilegzreadfile.phpt ext\zlib\tests\gzuncompress_basic1.phpt ext\zlib\tests\readgzfile_basic.phpt ext\zlib\tests\readgzfile_basic2.phpt cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org