Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68250 invoked by uid 1010); 10 Jun 2004 12:00:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67631 invoked from network); 10 Jun 2004 12:00:36 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 10 Jun 2004 12:00:36 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id AE07414880E7; Thu, 10 Jun 2004 05:00:32 -0700 (PDT) Received: from tron (obsidian.thebrainroom.net [82.133.1.142]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.thebrainroom.net (Postfix) with ESMTP id 4C19614880E5; Thu, 10 Jun 2004 05:00:25 -0700 (PDT) To: "'Adam Maccabee Trachtenberg'" , Date: Thu, 10 Jun 2004 13:00:25 +0100 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcROYzO9AJPCYxxeR8y14vavFCkFEQAfuskA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: Message-ID: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on jc.thebrainroom.net X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Level: X-TBR-Filter: Virus scanned and defanged Subject: RE: [PHP-DEV] Enabling OpenSSL with Windows Binaries From: wez@thebrainroom.com ("Wez Furlong") References: 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 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:adam@trachtenberg.com] > Sent: 09 June 2004 21:49 > To: internals@lists.php.net > 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 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 free time to do this, I think it would be a > good thing to do. :) > > Thanks. > > -adam