Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54007 invoked from network); 5 May 2008 07:54:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 May 2008 07:54:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=markright@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=markright@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.180 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markright@gmail.com X-Host-Fingerprint: 209.85.146.180 wa-out-1112.google.com Received: from [209.85.146.180] ([209.85.146.180:29665] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/D2-40102-B3DBE184 for ; Mon, 05 May 2008 03:54:36 -0400 Received: by wa-out-1112.google.com with SMTP id v27so813528wah.17 for ; Mon, 05 May 2008 00:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=FfYOyLfzQNrsNsASM6lu/JOIBFB0Mv/idVNx91xyqAo=; b=v2IwcwmwCXZ2b7u8GRW/4DAxjrzZii/usHpfEPH989DPETTF/CidRluMbHbeQYxeO2B3C43m/BjraOf3xkHX3NKK+TxVfvA+9pmanwMJ7OUOeoecbad16LWN7VIExF0h8FLkB4l2AYomVsZsqXl3ieJYgK4L0szkbB7lSPOBKiE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ZZue3+n5IzEihimCvGMPsRgQMK5jL6XclQrHEh5NbF24/0uEHmMfXA1Pj+q/rJ0Uky5fUllQyntFxOUYReQyT8SKnuhEh54uUlsssIUOmwmww48x/dHKAEUq2+t89mBSRG4wiEToLh12PjSdMSe9JlCS4a2z8xRm8FropMskmdM= Received: by 10.114.184.9 with SMTP id h9mr5437647waf.151.1209974073277; Mon, 05 May 2008 00:54:33 -0700 (PDT) Received: by 10.114.208.10 with HTTP; Mon, 5 May 2008 00:54:33 -0700 (PDT) Message-ID: <2fd662a00805050054q18d825c7rf59b8e2d14ab1346@mail.gmail.com> Date: Mon, 5 May 2008 09:54:33 +0200 To: "Scott MacVicar" Cc: "Tomas Kuliavas" , internals@lists.php.net In-Reply-To: <481DE8DC.9070109@macvicar.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3791_1197854.1209974073264" References: <4BD5A050-02F2-46BD-B867-FA8CA12FF1BD@macvicar.net> <48988.78.61.224.253.1209918881.nsm@avilys.eik.lt> <481DE8DC.9070109@macvicar.net> Subject: Re: [PHP-DEV] Removal of unicode_semantics From: markright@gmail.com (Marco) ------=_Part_3791_1197854.1209974073264 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > > My biggest concern is the 2 code bases that need to be maintained by the > PHP developers, you need to have two branches for handling unicode and > native strings. > To sum it up, unicode_semantics is in the exact same vain as > ze1_compatability and it was a complete failure. Totally agree! > > Before any developers decide they need to port things to PHP 6 we need to > just make it Unicode only. I have some internal applications that I am happy to try porting to PHP 6 to see the outcome and list any issues, I was waiting for this switch to be removed first though... If I have time I might try and do it before but currently I'm pretty snowed under currently. Regards Marco ------=_Part_3791_1197854.1209974073264--