[mailto:[EMAIL PROTECTED]
Sent: 09 June 2004 21:49
To: [EMAIL PROTECTED]
Subject: [PHP-DEV] Enabling OpenSSL with Windows Binaries
Right now, if you're using the pre-built Windows binaries, you can use
cURL to make an SSL request, but you can't use an https stream.
I'm guessing
s has been reported multiple times, is documented in the
manual (IIRC) and won't be fixed in 4.3
--Wez.
> -Original Message-
> From: Adam Maccabee Trachtenberg [mailto:[EMAIL PROTECTED]
> Sent: 09 June 2004 21:49
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] Enabling
On Wed, 9 Jun 2004, Adam Maccabee Trachtenberg wrote:
> Right now, if you're using the pre-built Windows binaries, you can use
> cURL to make an SSL request, but you can't use an https stream.
Um. Nevermind. I am an idiot.
-adam
--
[EMAIL PROTECTED]
author of o'reilly's php cookbook
avoid the
Adam Maccabee Trachtenberg wrote:
Right now, if you're using the pre-built Windows binaries, you can use
cURL to make an SSL request, but you can't use an https stream.
I'm guessing from this that OpenSSL is already on the box that creates
the binaries, and we just need to modify the build script t
Right now, if you're using the pre-built Windows binaries, you can use
cURL to make an SSL request, but you can't use an https stream.
I'm guessing from this that OpenSSL is already on the box that creates
the binaries, and we just need to modify the build script to enable
it. If somebody had the