php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #8914 How about proxy settings for remote file ops?
Submitted: 2001-01-25 14:59 UTC Modified: 2001-08-12 15:15 UTC
From: jnich at att dot com Assigned:
Status: Duplicate Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: Any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jnich at att dot com
New email:
PHP Version: OS:

 

 [2001-01-25 14:59 UTC] jnich at att dot 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




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-12 15:15 UTC] sebastian@php.net
Duplicate of Bug #6701.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC