Re: [PHP] file_get_contents and https
- From: hansonr@xxxxxxxxxx (Bob Hanson)
- Date: Thu, 31 May 2007 10:06:18 -0500
Problem solved. Thank you all very much for such quick responses.
The solution was to get ssleay32.dll from the PHP 5 ZIP distribution and put in my PHP directory.
For the record:
With Windows and PHP 5 all that is needed to use the https protocol in file_get_contents is to make sure that both
libeay32.dll
ssleay32.dll
are on the Windows path, which in my case includes the path to my PHP directory, so I just put them there.
Excellent! Many thanks.
Bob Hanson
.
- References:
- RE: [PHP] file_get_contents and https
- From: "Jay Blanchard"
- Re: [PHP] file_get_contents and https
- From: Bob Hanson
- Re: [PHP] file_get_contents and https
- From: Stut
- RE: [PHP] file_get_contents and https
- Prev by Date: Re: [PHP] Re: find (matching) person in other table
- Next by Date: How do YOU initialize the form variables?
- Previous by thread: Re: [PHP] file_get_contents and https
- Next by thread: How do YOU initialize the form variables?
- Index(es):
Relevant Pages
|