Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22571 invoked from network); 25 Jun 2017 14:43:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2017 14:43:23 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-io0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:35909] helo=mail-io0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/FA-12245-90CCF495 for ; Sun, 25 Jun 2017 10:43:21 -0400 Received: by mail-io0-f176.google.com with SMTP id z62so22701738ioi.3 for ; Sun, 25 Jun 2017 07:43:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=lc6bHv3mjHGrlyt6Rq3laFhbpM9mW9p2LVuqqFTzJQ8=; b=OWLxqwnbZfzgKigWSNFOToUTqcuJdXQ343gO1o6fAgZ1cboDCkumkmkE6vxaCLpf7B hKm+8CALw0ASXEFFhnxtM4tizlTbmWoKcd2oaGCFiReXe5gALlBL++Q7f1pI5vSc5z2V /EAdyJVw8hOMBDjPQlQV8g0AShFNUPwKB2aBDV87ZT2hWB0ZiC7/MKi9/gyc4PxbVD+D cDWkzvPr1LdRWgk5WumhyyrX1DeETHsRRFR5YoGfsjH/Fo5NnsdedjytI8Hz1OPya/it BeMgisstQ9aX0Xlf5VigBwZEhoHUyfCMF7UlSHPsgYs5YNCxY+j2L6uHpDoaM3/P+X7F F0iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lc6bHv3mjHGrlyt6Rq3laFhbpM9mW9p2LVuqqFTzJQ8=; b=UrYAMmE1/sImV7uvOpb2s4/6qj3lhtfIfSz8i5mRWjNAdBLI2PvCTip8M6XBMuOOLu Gk04vlS2ZTcnTKgyGoukbp37bQ0S5hRC9ROk0vtx2yEJhRfCBIL6AItjbyiHIrAhRkdt j147VYlNLcZRcs+DGFJxPmQ08L9Ma0DljdYXIKnWNB2enViri35OQuL6AYfi1i9x7AFR OZfgpsHgJNg03Ut0oBK0em0Quq9NEROizbtGbFRa4MDH/aHC8C+xldCUoO5Rb0wKJgyO AkZfL2Bgc/CAdlgXZfczOzEJQuUkpuL0h0HFNcosRL7jIYAk8YmARk39w9yr11PVv3Fo y1+w== X-Gm-Message-State: AKS2vOxJpLD3TU5Z54dFOQPTNjbWIkny1onCOZfqUbImIBSyaGK+YsW+ H/lTFkiXwMkBVIwVbzbKTnopVkgDGg== X-Received: by 10.107.189.68 with SMTP id n65mr20388688iof.223.1498401798016; Sun, 25 Jun 2017 07:43:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.33.134 with HTTP; Sun, 25 Jun 2017 07:43:17 -0700 (PDT) In-Reply-To: References: Date: Sun, 25 Jun 2017 16:43:17 +0200 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: multipart/alternative; boundary="94eb2c077912e6eab00552c9da35" Subject: Re: [PHP-DEV] PEAR install failures From: nikita.ppv@gmail.com (Nikita Popov) --94eb2c077912e6eab00552c9da35 Content-Type: text/plain; charset="UTF-8" On Sun, Jun 25, 2017 at 4:23 PM, Sara Golemon wrote: > I've heard at least two separate reports of the pear install step of > PHP's `make install` failing for the 7.2 releases. (Latest: > https://gist.github.com/brunoric/66fd62c00848a11f144d1838d26d043a ) > > Who's in charge of PEAR these days? > > -Sara > Relevant: https://bugs.php.net/bug.php?id=74723 Nikita --94eb2c077912e6eab00552c9da35--