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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
7 + 15 = ?
Subscribe to this entry?

 
 [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: Mon Apr 29 14:01:30 2024 UTC