Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16156 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74451 invoked by uid 1010); 1 May 2005 04:42:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74436 invoked from network); 1 May 2005 04:42:01 -0000 Received: from unknown (HELO firehawksystems.com) (127.0.0.1) by localhost with SMTP; 1 May 2005 04:42:01 -0000 X-Host-Fingerprint: 204.11.219.140 lt1.firehawksystems.com Linux 2.4/2.6 Received: from ([204.11.219.140:52664] helo=lt1.firehawksystems.com) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 2D/86-20032-71E54724 for ; Sun, 01 May 2005 00:42:01 -0400 Received: from [10.0.0.2] (adsl-68-73-144-126.dsl.ipltin.ameritech.net [68.73.144.126]) (authenticated bits=0) by lt1.firehawksystems.com (8.13.3/8.13.3) with ESMTP id j414fgYL020257 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sat, 30 Apr 2005 21:41:44 -0700 In-Reply-To: <007c01c54d0b$76546ab0$0b00000a@blaster> References: <4dd5df36676db6f44bdd07a50a079bca@firehawksystems.com> <20050430015930.0dd2b895.antony@zend.com> <007c01c54d0b$76546ab0$0b00000a@blaster> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: "Antony Dovgal" , Date: Sat, 30 Apr 2005 23:41:38 -0500 To: "Edin Kadribasic" X-Mailer: Apple Mail (2.622) X-Virus-Scanned: ClamAV 0.83/861/Sat Apr 30 02:28:52 2005 on lt1 X-Virus-Status: Clean Subject: Re: [PHP-DEV] imap shared with a different openssl path From: list@firehawksystems.com ("Brian J. France") On Apr 29, 2005, at 5:33 PM, Edin Kadribasic wrote: >>> I don't know if this would break anything or not, thoughts? >> >> You should tell at least what version of PHP you're using. >> Or even better: create a bug report at bugs.php.net and don't forget >> to >> fill up all the fields required. > > Not every extension can be built by running phpize in its directory > due to > external dependencies. What's wrong with building it from php source > root > with ./configure --with-imap=shared ? I will try that on Monday, but my guess is it will then force PHP to be linked with openssl (either via --with-imap-ssl= or having to set --openssl-dir=). This would be another problem as we don't want PHP linked with openssl for other reasons, like having to build/maintain/support two versions (0.9.7 and 0.9.6). Yes, we know without linking openssl secure streams don't work and we have no problem with that. Brian