Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99635 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20704 invoked from network); 25 Jun 2017 14:23:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2017 14:23:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.177 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.177 mail-wr0-f177.google.com Received: from [209.85.128.177] ([209.85.128.177:35396] helo=mail-wr0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/AA-12245-577CF495 for ; Sun, 25 Jun 2017 10:23:50 -0400 Received: by mail-wr0-f177.google.com with SMTP id k67so120740857wrc.2 for ; Sun, 25 Jun 2017 07:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=f/x3rSHBQfX4TVFLsIClc1k2ZW0h3ai+izrJg0QQuFo=; b=GFAvGNgCT17GtVNYmeCjK0UNsxcStDsPhaTjoTgzmEamyW8wCT9ko+vWlHqPoSP48Y qNt4J1kRzkqQKES210thoQztqeZPncbTRQcc5nLTRW+40bEHpxXSBdbyubfchd99tBto 39H47l3zWjKCsg/EeAaoGAaQp9xJSHdUIPwzkqThquwOdWrwkqd2YXuYMAX3fGQLY2sr pHtDFEd3q/8FPtE7LJqvJTkw7p31XcipIfjVgllookNvZGqgZGgEa98GxkaBuUoz9u+M kWSMUEBKoWAXPX61zTcLeVSFiaqdwmoJKx7U4XQQmJQwXMHbOGQBvKVLJ/R/w+iqc/ui M3ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=f/x3rSHBQfX4TVFLsIClc1k2ZW0h3ai+izrJg0QQuFo=; b=Sv6hFynk21nFgaxpXafmuZ4XITBowbGmfjwNVfucrp5TJ9vhK296//ab3g+HfYdI8t zR3xWpPpydgmIMLThc0Ji30DyeHarU+gYqcgJpC/WueZk91HLpWuCTB3nHc8Ix5ubu8D LseQgzI0gnqVEsb2aXSv/k6bp+q0bDZLTlB5PaoUFNq8GaSnjPjntwAJ2O7PXMkokebq v887S3+2AQoMAlaRwVfAH86TiVq0x4ZCjbBpDaqphM7fDXTU7XhfX7Qrz0XJ18z0y+U8 1JTGUUwN/sPP0oykyBoM4rZ3o10pv7wdUCdcsIDo0fZP/SJ5tAJ351jr+sF7VRgK80Mi 7fxg== X-Gm-Message-State: AKS2vOyyGY/TARHKZnh7j1X4DOttiJappidF9wNvJGbUh45u4APQ4zn0 7uEZbMU41DHOqpDI0NmdkR7Gxrc0RqC7d4A8Fw== X-Received: by 10.223.175.238 with SMTP id y46mr7481371wrd.163.1498400626923; Sun, 25 Jun 2017 07:23:46 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.139 with HTTP; Sun, 25 Jun 2017 07:23:46 -0700 (PDT) X-Originating-IP: [71.251.16.204] Date: Sun, 25 Jun 2017 10:23:46 -0400 X-Google-Sender-Auth: eisDEWV2LrgqPcIPqSJDhPd4xg8 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: PEAR install failures From: pollita@php.net (Sara Golemon) 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