Re: [PHP] Can php be configured to browse through a proxy?

2012-02-15 Thread Joan
Thanks for your answer, it's a pitty that a proxy cannot be specified via php.ini, but anyway. I must say that the information is distributed on many parts of the documentation: .- http://www.php.net/manual/en/context.http.php (for the parameters supported by the http/https context) You get there

[PHP] Can php be configured to browse through a proxy?

2012-02-14 Thread Joan
There is some information about configuring php to use a proxy when connecting to external urls. According to some sources the proper setup option is by using the stream-context-set-default function ( http://www.php.net/manual/en/function.stream-context-set-default.php) Still I have not been able

Re: [PHP] Can php be configured to browse through a proxy?

2012-02-14 Thread Matijn Woudt
On Tue, Feb 14, 2012 at 5:41 PM, Joan aseq...@gmail.com wrote: There is some information about configuring php to use a proxy when connecting to external urls. According to some sources the proper setup option is by using the stream-context-set-default function (