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: php-dev-u...@lists.php.net
For additional commands, e-mail: php-de...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net