Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:85848 php.pecl.dev:12830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60140 invoked from network); 17 Apr 2015 01:31:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2015 01:31:00 -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 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:35305] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/05-39957-25260355 for ; Thu, 16 Apr 2015 21:30:59 -0400 Received: by wgyo15 with SMTP id o15so98737716wgy.2; Thu, 16 Apr 2015 18:30:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1g9VznnF7/zra37gAuJH/8dRXcZqcK1TYe5Q6HegD6c=; b=uc+fLP5YCqUx8Wtsdhp+TlQQBwetY+qi0MJY4TLqQvfbC+NE/FOh06ajuoSwLpZqYp mOJf3P3jsWV+ZFJEBVsbM1X0WplCSiW769MX1KBAPhsejfKZVRHpJX4a+fHqkXC/yaOY 1SujMMcHfOX8e2BMfKzZ3tFNwl+1DcVreADduHnRWreD8v5/0GvFY5U4Pwg/CnWbJZa9 RJmVuyaw1Ub+R3bXDSTjYW0HRh+NQcadr837hk3mLADWo1QCELPTonRTJ5jjGKTzvoyQ 6GBKLjZVFsOojga7vfTmms69AQRoPNIwc8NydU3xyPZcW4j5H4Sm67LlfcBlal4jLGDl /Uww== MIME-Version: 1.0 X-Received: by 10.194.79.226 with SMTP id m2mr975797wjx.60.1429234255276; Thu, 16 Apr 2015 18:30:55 -0700 (PDT) Received: by 10.194.5.129 with HTTP; Thu, 16 Apr 2015 18:30:55 -0700 (PDT) In-Reply-To: References: <552D4FD4.7070005@divbyzero.net> Date: Fri, 17 Apr 2015 08:30:55 +0700 Message-ID: To: Ferenc Kovacs Cc: Hannes Magnusson , PHP Development , PECL Dev , Martin Jansen , PHP Systems Content-Type: text/plain; charset=UTF-8 Subject: Re: PECL install no longer works out of the box From: pierre.php@gmail.com (Pierre Joye) On Fri, Apr 17, 2015 at 1:41 AM, Pierre Joye wrote: > it is not weird as we still send the tgz not the tar. > > try this: https://gist.github.com/pierrejoye/c33338677f89159f696d > > I cannot test and crafted it a la volee, but it should do it: > > $file is used to query the file from the database, which contains only > filenames with tgz (as we created the .tar manually now) > $basename is what is used by X-SendFile, this patch fixes it and > create .tar instead of .tgz tested and improved patch applied. Adding the uncompressed archive saving on release now. Cheers,