Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP-DEV] PHP 4.0 Bug #8914: How about proxy settings for remote file ops?

0 views
Skip to first unread message

jn...@att.com

unread,
Jan 25, 2001, 3:00:02 PM1/25/01
to
From: jn...@att.com
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: 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

0 new messages