ID:          29280
 Updated by:  [EMAIL PROTECTED]
 Reported By: Progman2002 at gmx dot de
-Status:      Open
+Status:      Feedback
 Bug Type:    *Network Functions
 PHP Version: Irrelevant
 New Comment:

I know what you mean (and we do have something planned), but can you
please clarify which functions you are using to implement proxy
support?


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

[2004-07-20 14:01:48] Progman2002 at gmx dot de

Description:
------------
I'm behind a proxy so my local php version cannot access the internet
directly. Every HTTP-Request must go throught the proxy. I have see
that I can create my own http-wrapper with settings to use my proxy and
use this metioned "context" as fourth parameter for the functions like
fopen and file_get_contents. This works fine, but what about if I use
third-party scripts, which just use file_get_contents($url) instead of
file_get_contents($url, false, $context)? It is possible to change or
modify the internal http-wrapper to use my proxy instead of creating a
new http-wrapper with stream_*() so I can just use file_get_contents()
and fopen() without the 'zcontext'-parameter?



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29280&edit=1

Reply via email to