Re: [PHP-DEV] Enabling OpenSSL with Windows Binaries

2004-06-10 Thread Dietrich Ayala
it's in the comments of the manual, but not in the actual manual text. *why* won't it be fixed in 4.3? Wez Furlong wrote: The problem is linkage; for some reason, someone (in group@ ?) decided that they didn't want to link the php core to openssl in the windows builds, and in php 4.3 you can't use

RE: [PHP-DEV] Enabling OpenSSL with Windows Binaries

2004-06-10 Thread Wez Furlong
The problem is linkage; for some reason, someone (in group@ ?) decided that they didn't want to link the php core to openssl in the windows builds, and in php 4.3 you can't use ssl:// or https:// unless it is statically linked. PHP 5 can handle this dynamically. Search the bug db; this has been r

Re: [PHP-DEV] Enabling OpenSSL with Windows Binaries

2004-06-09 Thread Adam Maccabee Trachtenberg
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

Re: [PHP-DEV] Enabling OpenSSL with Windows Binaries

2004-06-09 Thread Olivier Hill
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