Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57970 invoked by uid 1010); 19 Feb 2004 01:56:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57744 invoked from network); 19 Feb 2004 01:56:24 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (212.90.64.119) by pb1.pair.com with SMTP; 19 Feb 2004 01:56:24 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 96354810AF; Thu, 19 Feb 2004 03:56:23 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i1J1uNpn017638; Thu, 19 Feb 2004 03:56:23 +0200 Date: Thu, 19 Feb 2004 03:56:23 +0200 (EET) Reply-To: Jani Taskinen To: TheSin Cc: internals@lists.php.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Darwin (OSX) and shared modules From: sniper@iki.fi (Jani Taskinen) On Wed, 18 Feb 2004, TheSin wrote: >and I have imap building and loading but when I try to use it... > >imap_open($server, $user, $pass); > >$server = "{mail.domain.com:143}INBOX"; >and the user and pass are set....and it kept failing so I ran apache in >debug mode so it wouldn't fork and saw that it was waiting for a >username and password input... > >[Trying IP address [xxx.xxx.xxx.xxx]] >[k-pax Cyrus IMAP4 v2.1.14-IPv6-Debian-2.1.14-1 server ready] >{domain.com/imap} username: Does this happen only with shared imap extension? (what was the configure line you used?) >why is it doing this? something in the php imap build? or is it in the >uw-imap-c-client build? config option? Maybe all the above? It's your c-client build most likely. Hard to say since I don't know what version you have and how you build it.. --Jani