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

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

0 views
Skip to first unread message

seba...@php.net

unread,
Aug 12, 2001, 3:20:19 PM8/12/01
to
ID: 8914
Updated by: sebastian
Reported By: jn...@att.com
Old Status: Open
Status: Duplicate
Bug Type: Feature/Change Request
Operating System: Any
PHP Version: 4.0.4pl1
New Comment:

Duplicate of Bug #6701.

Previous Comments:
------------------------------------------------------------------------

[2001-01-25 14:59:13] jn...@att.com

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 this 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