[PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > What I get back is this... > > > > Unable to find wrapper "https" > > - did you forget to enable it when you configured PHP? > > You'll need to look at the openSSL for Windows. Someone at PHP's site > said they

Re: [PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread \[php\]Walter
"Dietrich Ayala" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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

Re: [PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread Dietrich Ayala
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 th

[PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread Manuel Lemos
Hello, On 05/13/2004 01:57 PM, Walter wrote: Unable to find wrapper "https" - did you forget to enable it when you configured PHP? I can't find any (real) reference to this anywhere. Anyone have any ideas? I'm on an NT, PHP 4.3.2 It seems that the OpenSSL extension is not enabled. You m

[PHP-WIN] Re: Q on fopen (URL )

2004-05-13 Thread Jason Barnett
What I get back is this... Unable to find wrapper "https" - did you forget to enable it when you configured PHP? You'll need to look at the openSSL for Windows. Someone at PHP's site said they openSSL has a bug in it, you should try using this to support https: http://ftp.proventum.net