Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37734 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49849 invoked from network); 20 May 2008 08:07:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 08:07:27 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:58788] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/92-32249-EB682384 for ; Tue, 20 May 2008 04:07:27 -0400 Received: from [192.168.3.91] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id 855A76400F2; Tue, 20 May 2008 12:07:23 +0400 (MSD) Message-ID: <483286AE.3050301@daylessday.org> Date: Tue, 20 May 2008 12:07:10 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Andrei Zmievski CC: internals References: <7d6e34d80805191240k64cb1ba6k3e8f7a50ddf068c@mail.gmail.com> <4831F27B.7030001@suse.de> <296949B4-D328-49FE-968B-4942B28FE869@pooteeweet.org> <7d6e34d80805191454m69614624v7a05037fa947328e@mail.gmail.com> In-Reply-To: <7d6e34d80805191454m69614624v7a05037fa947328e@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Unicode progress [Was: unicode.semantics ad infinitum] From: tony@daylessday.org (Antony Dovgal) On 20.05.2008 01:54, Andrei Zmievski wrote: > Yes, but we should run some sort of test suite and see what exactly breaks > with unicode strings as the default ones. Right, but in order to do this we need to add filtered streams support to stream_select(). At the moment all tests in HEAD fail because of this: Warning: stream_select(): cannot cast a filtered stream on this system in /local/qa/head/run-tests.php on line 938 Warning: stream_select(): No stream arrays were passed in /local/qa/head/run-tests.php on line 938 -- Wbr, Antony Dovgal