Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88471 invoked from network); 14 Apr 2015 17:17:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2015 17:17:40 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:35105] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/15-47925-1BB4D255 for ; Tue, 14 Apr 2015 13:17:39 -0400 Received: by labbd9 with SMTP id bd9so13566090lab.2; Tue, 14 Apr 2015 10:17:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GH90Xn6BOuM4oFNLh9PX55uAEu58L1Cmn/dXAGtSZ4U=; b=JEI4HlzxHlp1ZEHJslL7qPwBDp/LORVmbI5/LxnnIk9ynHUgS8h93lAbicLttdq6to dcCIrcjvVklcHaZ9calpBPYbr4bcgooA7ZqLb0JEhMwZ1pD9tdGwILqRLcSORWblmbNY C5PWye/fe1hu21if8UFTC9voMCQRUnFKkGcwGiDR6apFsX0jzGgsgYjPHoHamah44W4y 7sdceVYgQjwyh2ztkBzy5MROi1bxCY//z0XRwq4UMAm7SlZYt4r5q+tUnRVNnpwJvvMU UYdpCrtb6HTHO2kDKSFMtOLLlAUuAGQPSC4rbJKfe61IiPQsKuWi0V05phhAnBiCKAgF XorQ== MIME-Version: 1.0 X-Received: by 10.112.144.69 with SMTP id sk5mr19748530lbb.6.1429031854461; Tue, 14 Apr 2015 10:17:34 -0700 (PDT) Received: by 10.25.37.1 with HTTP; Tue, 14 Apr 2015 10:17:34 -0700 (PDT) Date: Tue, 14 Apr 2015 10:17:34 -0700 Message-ID: To: PHP Systems , Martin Jansen , PECL Dev , PHP Development Content-Type: text/plain; charset=UTF-8 Subject: PECL install no longer works out of the box From: hannes.magnusson@gmail.com (Hannes Magnusson) Hi Can someone with access to the new pecl box fix the package downloading? It is totally broken apparently. On vanilla FreeBSD 10: $ pecl install memcached No releases available for package "pecl.php.net/memcached" install failed $ pecl search memcached Connection to `ssl://pecl.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? $ php -m | grep -i ssl openssl $ php -i | grep -i "PHP Streams" Registered PHP Streams => php, file, glob, data, http, ftp, https, ftps $ php -v PHP 5.6.7 (cli) (built: Apr 8 2015 15:18:53) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies The installer doesn't feel very good about the recent unannounced decision that pecl is now only available on https (which isn't entirely true -- it answers to http, at which point if there was a MITM he wouldn't forward you to https and just keep you on http.. so..... no win). I've also seen people complaining over the .tar files now not actually being .tar files -- they apparently are gzipped, which clearly doesn't work on all systems -- which is why we provide .tar. -Hannes