Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13234 invoked by uid 1010); 15 Jan 2007 21:25:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13219 invoked from network); 15 Jan 2007 21:25:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2007 21:25:51 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:50172] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/DF-33655-D51FBA54 for ; Mon, 15 Jan 2007 16:25:50 -0500 Received: (qmail 5264 invoked from network); 15 Jan 2007 21:24:08 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 15 Jan 2007 21:24:08 -0000 Message-ID: <45ABF157.1060705@zend.com> Date: Tue, 16 Jan 2007 00:25:43 +0300 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: BuildSmart CC: php-dev References: <77A8DF6B-4BA4-428C-8591-E0DD8F49297D@daleenterprise.com> <45AB5590.6070803@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP issues. From: antony@zend.com (Antony Dovgal) On 01/15/2007 11:03 PM, BuildSmart wrote: >> PHP looks for "mail_append_set" im mail.h (which is present only in >> new versions of c-client) and uses new utf8_mime2text() semantics >> if it's present. >> If you have BOTH "mail_append_set" and old "utf_mime2text()", then >> it's likely you have some problems with the headers. > > OK, I found it in mail.h but it's only got 2 parameters not 3 and the > actual imap version is 6.0.0. > http://www.daleenterprise.com/mail.h I suppose you installed c-client using some packages, right? What kind of packages and where did you get them? >> Could you please elaborate? >> A short but complete reproduce script would be most welcome. > > > > ?> Please, SHORT but complete script. >> Probably, because it's "utf-8", not "utf8". >> Though, I don't really understand what you're talking about here.. > > Under Mac OS X, it's kicking out 'utf8' and not 'utf-8' so adding the > 'utf8' entry resolves the issue. "It's"? I still don't understand what you mean.. >>> The following php script code exhausts memory. >>> // PHP Modules >>> ob_start(); >>> phpinfo(INFO_MODULES); >>> $php_info = ob_get_contents(); >>> ob_end_clean(); >> >> Could you please explain what do you mean by "exhausts memory" ? > > Fatal error: Allowed memory size of 536870912 bytes exhausted (tried > to allocate 268324864 bytes) in /www/maia/admin/configtest.php on > line 182 This code works just fine here. -- Wbr, Antony Dovgal