How to use PEAR behind proxy?

后端 未结 4 425
感动是毒
感动是毒 2020-12-23 20:34

Initially I used the following with no success;

export http_proxy=http://username@password:host:port

Worth noting I don\'t get a connection

4条回答
  •  囚心锁ツ
    2020-12-23 21:28

    Note that pear config-set http_proxy works whereby pecl config-set http_proxy does not, even though pecl config-get http_proxy does.

    That one cost me me quite a bit of hair pulling :-)

提交回复
热议问题