ID: 731
Updated by: jimw
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Feature/Change Request
Assigned To:
Comments:
really refiled.
Previous Comments:
---------------------------------------------------------------------------
[2001-02-10 12:27:48] [EMAIL PROTECTED]
refiled against 4.0.
---------------------------------------------------------------------------
[1998-09-09 09:30:38] [EMAIL PROTECTED]
I would like to have include()/require() (and possibly other) functions
using HTTP/FTP proxy. It would be great if I could decide on every php
page which proxy server to use (if any at all - not needed for local URLs).
In short examples:
include($url, $proxyhost, $proxyport)
or
setproxy($proxyhost, $proxyport); include($url)
or even better (adding protocol):
setproxy($proxyproto, $proxyhost, $proxyport); include($url).
Example:
setproxy("http","w3cache1.com",8080);
setproxy("ftp","ftpproxy.proxy.com",8080);
include("http://www.domain.com"); include("ftp://ftp.domain2.com");
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=731&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]