Home > Archive > PHP on Windows > May 2004 > Re: [PHP-WIN] Re: Q on fopen (URL )
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-WIN] Re: Q on fopen (URL )
|
|
| Dietrich Ayala 2004-05-13, 3:30 pm |
| even if the openssl extension is enabled, on windows ssl will still not
be available in the streams code (fopen, fsockopen, ftp, etc).
the only way to make this work is to statically link openssl when
compiling on windows. there's a link on the streams documentation page
to a patch that does this.
-d
Manuel Lemos wrote:
> Hello,
>
> On 05/13/2004 01:57 PM, Walter wrote:
>
>
>
> It seems that the OpenSSL extension is not enabled.
>
> You may want to try this class that will try either the OpenSSL or CURL
> extensions to access https pages:
>
> http://www.phpclasses.org/httpclient
>
>
| |
| \Walter 2004-05-14, 1:30 am |
| "Dietrich Ayala" <dietrich@ganx4.com> wrote in message
news:40A3BD3D.5050401@ganx4.com...
> even if the openssl extension is enabled, on windows ssl will still not
> be available in the streams code (fopen, fsockopen, ftp, etc).
>
> the only way to make this work is to statically link openssl when
> compiling on windows. there's a link on the streams documentation page
> to a patch that does this.
oh, my brain is leaking out my ear!
I read these pages 4 times.
I'm still no closer to this than I was when I started.
Sorry, can someone translate this into "English".
Thanks.
Walter
|
|
|
|
|