From: Stig Bakken Date: Fri, 19 Apr 2002 14:01:51 +0000 (+0000) Subject: * add http_proxy config setting X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fcdb670686ea4960447ead8b1ec4c3e946207b2;p=php * add http_proxy config setting --- diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php index 3efe113235..8db9e3d298 100644 --- a/pear/PEAR/Config.php +++ b/pear/PEAR/Config.php @@ -131,6 +131,11 @@ when installing packages without a version or state specified', 'valid_set' => array( 'stable', 'beta', 'alpha', 'devel', 'snapshot', 'any'), ), + 'http_proxy' => array( + 'type' => 'string', + 'default' => '', + 'doc' => 'HTTP proxy (host:port) to use when downloading packages', + ), /* 'testset1' => array( 'type' => 'set',