From:             [EMAIL PROTECTED]
Operating system: Any
PHP version:      4.0.4pl1
PHP Bug Type:     Feature/Change Request
Bug description:  How about proxy settings for remote file ops?

It would be a highly useful addition to the remote file manipulation features of php 
if scripts could establish proxy settings for handling URLs that are not directly 
reachable from the server where php is running. Something like

$proxy_server = "proxy.mycorp.com:8000"; // hostname:port of proxy 
$proxy_use_for_ftp = 1; // 1 for send ftp through http proxy, 0 to not
$proxy_exclude_list = "*.mycorp.com;localhost" 
   // list of hosts/wildcards to bypass the proxy on






-- 
Edit Bug report at: http://bugs.php.net/?id=8914&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to