Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74310 invoked from network); 22 Aug 2014 11:56:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2014 11:56:51 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:49195] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/0D-09530-20037F35 for ; Fri, 22 Aug 2014 07:56:51 -0400 Received: by mail-vc0-f179.google.com with SMTP id hq11so12285377vcb.10 for ; Fri, 22 Aug 2014 04:56:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=8lyQ8XYjr00t1nIwE891XxBZHGfcODfAGaFLDTptSfY=; b=I2T7qDUMUG6NsXORYzbcMnTLScWhg6lO13hJ2GUEQXPiiVeP97rg5lmYPeCOYjnvat XDgNwejs6231AfUemHz8xtj8W+7blRetI0X4CqTQkj5sN0lnLTKHbZaaq2nQbHvelHaB wzkiTHW6wa4yRSff+VtsqGQLHYlp+tSQixmJ58yXYmO9Pe9SAK/swLYmvovU8yw/Dpvg GW2HWcy3KVGL2njuPbS6nE3Vzh0lXDLYuQ1AyRQL7f/gu1/oACdpfoGWO4/bwLcPsW6r qvK1q9n3PXuJNfGWCMtHKFmj48g+YzpCUeZ0ELTCDdBfl99qL0QxMqG8gNcknGeaVefz 5R1Q== X-Received: by 10.52.164.199 with SMTP id ys7mr137655vdb.42.1408708608416; Fri, 22 Aug 2014 04:56:48 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.30.70 with HTTP; Fri, 22 Aug 2014 04:56:08 -0700 (PDT) In-Reply-To: <53F508F5.7020901@sugarcrm.com> References: <53F29345.40607@sugarcrm.com> <53F4E0E2.9080903@php.net> <53F508F5.7020901@sugarcrm.com> Date: Fri, 22 Aug 2014 13:56:08 +0200 X-Google-Sender-Auth: BUNIgkEcvZs0WznLaAfqgLFbKJ4 Message-ID: To: Stas Malyshev Cc: Michael Wallner , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] 5.4 security only From: jpauli@php.net (Julien Pauli) On Wed, Aug 20, 2014 at 10:45 PM, Stas Malyshev wrote: > Hi! > >> Apparently the fix for #67724 [2] caused #67865 [1], but I already have >> a fix for the fix (oh my) [3]. > > I've reverted it from 5.4.32, but please commit this fix in 5.4. As phar > is currently broken, fix for this qualifies as important. Same for 5.5. Reverted from 5.5.16 but should be commited to 5.5 branch for 5.5.17 :-) Julien.P