Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86782 invoked by uid 1010); 29 Apr 2005 22:30:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86765 invoked from network); 29 Apr 2005 22:30:46 -0000 Received: from unknown (HELO emini.dk) (127.0.0.1) by localhost with SMTP; 29 Apr 2005 22:30:46 -0000 X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:12911] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 94/25-20173-D85B2724 for ; Fri, 29 Apr 2005 18:30:37 -0400 Received: from blaster (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 1F87968829; Sat, 30 Apr 2005 00:30:13 +0200 (CEST) Message-ID: <007c01c54d0b$76546ab0$0b00000a@blaster> To: "Antony Dovgal" , "Brian J. France" Cc: References: <4dd5df36676db6f44bdd07a50a079bca@firehawksystems.com> <20050430015930.0dd2b895.antony@zend.com> Date: Sat, 30 Apr 2005 00:33:26 +0200 Organization: Emini ApS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.224 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.224 Subject: Re: [PHP-DEV] imap shared with a different openssl path From: edink@emini.dk ("Edin Kadribasic") > > 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 ? Edin