]> granicus.if.org Git - php/commitdiff
* add http_proxy config setting
authorStig Bakken <ssb@php.net>
Fri, 19 Apr 2002 14:01:51 +0000 (14:01 +0000)
committerStig Bakken <ssb@php.net>
Fri, 19 Apr 2002 14:01:51 +0000 (14:01 +0000)
pear/PEAR/Config.php

index 3efe11323597dba0b780a55515b58c32da0422d2..8db9e3d2980c2b627046ce63246e254e295e1161 100644 (file)
@@ -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',