Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18591 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17101 invoked by uid 1010); 31 Aug 2005 07:15:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17084 invoked from network); 31 Aug 2005 07:15:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Aug 2005 07:15:30 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:57805] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 57/6C-15098-60955134 for ; Wed, 31 Aug 2005 03:15:30 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 9B20EF12CA; Wed, 31 Aug 2005 10:15:14 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j7V7FEI4025582; Wed, 31 Aug 2005 10:15:15 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j7V7FDUH025579; Wed, 31 Aug 2005 10:15:14 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Wed, 31 Aug 2005 10:15:13 +0300 (EEST) Reply-To: Jani Taskinen To: Andrei Zmievski cc: internals@lists.php.net In-Reply-To: <37cfd957e93fa142d9e383fd93af8f67@gravitonic.com> Message-ID: References: <5.1.0.14.2.20050830050232.05ed1ec0@localhost> <4e89b42605083006395e2f6517@mail.gmail.com> <431497D0.5020404@lerdorf.com> <37cfd957e93fa142d9e383fd93af8f67@gravitonic.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] PHP 5.1 From: sniper@iki.fi (Jani Taskinen) On Tue, 30 Aug 2005, Andrei Zmievski wrote: > On Aug 30, 2005, at 10:30 AM, Rasmus Lerdorf wrote: >> Also, I see the following 6 failed test cases on my Linux box: >> >> -Bug #16069 [ext/iconv/tests/bug16069.phpt] > > According to the last two comments in that bug report, glibc iconv() does not > support CP932 and this test should be skipped instead of failing. No idea how > to check for that in the test system, so I'll leave it to Jani or someone > else. That test HAS a check for it but it doesn't work. :) I don't know how you should test if you have the support or not so I leave that to someone else. --Jani