jldupont / zend

Automatically exported from code.google.com/p/zend
0 stars 0 forks source link

PEAR proxy #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pear channel-discover zend.googlecode.com/svn

What is the expected output?
Channel "zend.googlecode.com/svn" is already initialized

What do you see instead?
Discovering channel zend.googlecode.com/svn over http:// failed with message: 
channel-add: Cannot open "http://zend.googlecode.com/svn/channel.xml" 
(Connection to `localhost:3128' failed: Connection refused)

What version of the product are you using? On what operating system?
pear-1.9.3          PEAR framework for PHP

Please provide any additional information below.
pear config-set http_proxy ''

pear-1.9.3 for FreeBSD has default proxy setting, workaround is to reset proxy. 
Please this add to instruction on main page.

Original issue reported on code.google.com by emakh...@gmail.com on 2 Oct 2011 at 6:51