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

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to