Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44258 invoked from network); 21 May 2008 11:11:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2008 11:11:07 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.167 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.167 smtpout0167.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.167] ([64.97.136.167:55788] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/A1-33305-54304384 for ; Wed, 21 May 2008 07:11:06 -0400 Received: from sc1-out04.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F9180115D96B; Wed, 21 May 2008 11:10:56 +0000 X-SpamScore: 50 X-Spamcatcher-Summary: 50,0,0,43b5b59b53e25af1,cfc06c81b00088e0,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:967:968:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1541:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2198:2199:2393:2525:2560:2563:2682:2685:2693:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3352:3622:3865:3867:3868:3869:3870:3871:3872:3874:3934:3936:3938:3941:3944:3947:3950:4362:5007: 6119:6261:7679:7875,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-out04.emaildefenseservice.com (Postfix) with ESMTP; Wed, 21 May 2008 11:10:55 +0000 (UTC) Message-ID: <003f01c8bb33$81ae5030$4401a8c0@foxbox> Reply-To: "Steph Fox" To: "Antony Dovgal" Cc: References: <7d6e34d80805191240k64cb1ba6k3e8f7a50ddf068c@mail.gmail.com> <4831F27B.7030001@suse.de> <296949B4-D328-49FE-968B-4942B28FE869@pooteeweet.org> <7d6e34d80805191454m69614624v7a05037fa947328e@mail.gmail.com> <698DE66518E7CA45812BD18E807866CE019F60DE@us-ex1.zend.net> <34.64.28995.1BE23384@pb1.pair.com> <02e701c8bab7$19a3dd10$4401a8c0@foxbox> <4833FD5B.2010308@daylessday.org> Date: Wed, 21 May 2008 12:12:04 +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") Hey Tony, First off, thanks for caring :) > And to do that we need to drop the Unicode Switch =) Not fix the streams issue? > I committed a fix for this one a minute ago. Thanks! > The patch is as easy as this: > http://dev.daylessday.org/diff/fix_unicode_function_names.diff This is the biggest problem, isn't it - that things like this obviously hadn't been tested until now. I fixed the same issue in Phar last week - it probably will need un-fixing there once your patch goes in :\ > I didn't commit this one yet as I didn't investigate how it would affect > non-Unicode mode (and whether I should worry about non-Unicode mode at > all). I would've hoped that PHP 6 would be Unicode throughout. Maybe jumping around when Andrei removed the physical switch was premature... obviously the UG(unicode) checks are still in place, whereas their binary alternatives shouldn't still exist. Then again some things are unclear. What should happen with pack(), for example? - Steph