Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37743 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22054 invoked from network); 20 May 2008 14:17:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 14:17:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.133 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.133 smtpout0133.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.133] ([64.97.136.133:4377] helo=n082.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/20-32249-19DD2384 for ; Tue, 20 May 2008 10:17:54 -0400 Received: from sc1-out03.emaildefenseservice.com (64.97.139.2) by n082.sc1.he.tucows.com (7.2.069.1) id 4769FAD40149219F; Tue, 20 May 2008 14:17:49 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,c9733b8d673dd7d1,cfc06c81b00088e0,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:945:982:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1568:1587:1593:1594:1676:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2693:3027:3865:3868:3870:3871:3872:3874:4250:5007:6119:6261:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL: none,TSO:0 X-Spamcatcher-Explanation: Received: from foxbox (host86-137-246-48.range86-137.btcentralplus.com [86.137.246.48]) (Authenticated sender: steph.fox) by sc1-out03.emaildefenseservice.com (Postfix) with ESMTP; Tue, 20 May 2008 14:17:48 +0000 (UTC) Message-ID: <013a01c8ba84$72010ce0$4401a8c0@foxbox> Reply-To: "Steph Fox" To: "Antony Dovgal" Cc: "Andrei Zmievski" , "internals" References: <7d6e34d80805191240k64cb1ba6k3e8f7a50ddf068c@mail.gmail.com> <4831F27B.7030001@suse.de> <296949B4-D328-49FE-968B-4942B28FE869@pooteeweet.org> <7d6e34d80805191454m69614624v7a05037fa947328e@mail.gmail.com> <483286AE.3050301@daylessday.org> <002901c8ba80$4fe07730$4401a8c0@foxbox> <4832D764.5090202@daylessday.org> <00b601c8ba81$870999c0$4401a8c0@foxbox> Date: Tue, 20 May 2008 15:18:56 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Unicode progress [Was: unicode.semantics ad infinitum] From: steph@zend.com ("Steph Fox") >> run-tests.php in 5_3 uses stream_select(), too. >> And stream_select() in HEAD doesn't work because Unicode is now enabled >> by default. > > Bizarre. I ran 400-odd tests with run-tests from 5_3 and never saw that > error... Ah, I have it. My TEST_PHP_EXECUTABLE isn't the same as the one running the script - it's 5.3.0-dev. So make test will fail, but my manual tests don't. I'm seeing 85% pass rate in Zend/tests, investigating. - Steph