Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37647 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10014 invoked from network); 14 May 2008 12:58:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2008 12:58:46 -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.179 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.179 smtpout0179.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.179] ([64.97.136.179:22327] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/52-31980-402EA284 for ; Wed, 14 May 2008 08:58:45 -0400 Received: from sc1-out02.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F918010CD912 for internals@lists.php.net; Wed, 14 May 2008 12:58:42 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,54944feb7da833ba,6917c45e3d9305f2,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2895:3352:3622:3834:3865:3866:3867:3868:3869:3870:3871:3872:3874:4362:4560:5007:6117: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-130-56-54.range86-130.btcentralplus.com [86.130.56.54]) (Authenticated sender: steph.fox) by sc1-out02.emaildefenseservice.com (Postfix) with ESMTP for ; Wed, 14 May 2008 12:58:41 +0000 (UTC) Message-ID: <01b101c8b5c2$66718e20$4001a8c0@foxbox> Reply-To: "Steph Fox" To: "internals" Date: Wed, 14 May 2008 13:59:51 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original 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: unicode.semantics ad infinitum From: steph@zend.com ("Steph Fox") Hi all, Is there any chance of getting the unicode.semantics issue sorted soon? We put phar into php-src yesterday. I updated the extension in CVS HEAD just to allow it to build, but it'd be good to have forward/sideward compatibility from 5.3.0 in my view (and Greg's). I wrote a macro to allow us to use the same code for the extension in both branches, but it occurs to me that the zstr union definition might change or even disappear when PHP 6 becomes Unicode-only. Is that likely? I don't know. So keeping it all together is total guesswork at present. Clues would be good at this stage. I.e. if zstr is definitely staying in its present form it'd be good to know that today. Thanks, - Steph