Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25858 invoked by uid 1010); 14 Jul 2007 14:20:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25843 invoked from network); 14 Jul 2007 14:20:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2007 14:20:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 80.190.230.99 as permitted sender) X-PHP-List-Original-Sender: thetaphi@php.net X-Host-Fingerprint: 80.190.230.99 www.troja.net Linux 2.5 (sometimes 2.4) (4) Received: from [80.190.230.99] ([80.190.230.99:39079] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/B1-09288-7BBD8964 for ; Sat, 14 Jul 2007 10:20:41 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id E5CE12A906 for ; Sat, 14 Jul 2007 16:20:36 +0200 (CEST) Received: from mail.troja.net ([127.0.0.1]) by localhost (cyca.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03560-07 for ; Sat, 14 Jul 2007 16:20:35 +0200 (CEST) Received: from VEGA (port-83-236-62-78.dynamic.qsc.de [83.236.62.78]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTP id 445DD2A875 for ; Sat, 14 Jul 2007 16:20:35 +0200 (CEST) To: References: <1181829227.3478.3.camel@localhost.localdomain> <4692B1A3.1000808@zend.com> <4692B7D4.6040001@zend.com> <200707101906.30925.larry@garfieldtech.com> <2237.24.1.37.132.1184204516.squirrel@www.l-i-e.com> <46958E6B.1000707@lerdorf.com> <2394.24.1.37.132.1184401215.squirrel@www.l-i-e.com> <4698D6F3.7030202@lerdorf.com> Date: Sat, 14 Jul 2007 16:20:37 +0200 Message-ID: <000301c7c622$269f24a0$0201a8c0@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4698D6F3.7030202@lerdorf.com> Thread-Index: AcfGH4Tw/SMvvhfUS52qncDE6DBhswAAThwg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Virus-Scanned: amavisd-new at troja.net Subject: RE: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: thetaphi@php.net ("Uwe Schindler") That sounds "good" in my ears. Software that relys on "old" non-unicode behaviour must be written in a = way two handle non-unicode and Unicode behaviour in two different ways. But for example a rewritten "Squirrelmail" that runs exlusively on PHP6 = would be a good thing. So you could write on your release notes: "We have this new version = SquirrelMail++ that=E2=80=99s running only on hosts running PHP6. Using = this would be a great speed and performance increase, because the = Unicode addons are only available here. If you need an old non-unicode = version, you have to stay with our old historic version." The old = historic Squirrelmail version without Unicode support would be stays = supported until some time. But all users would know: If I want to have = new features, I should think about a change to PHP6, all other users = could stay on the old version. In the case of the fantastic software "SquirrelMail++PHP6-only" (which I = would use on my servers, too) I would think in this direction! ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -----Original Message----- > From: Rasmus Lerdorf [mailto:rasmus@lerdorf.com] > Sent: Saturday, July 14, 2007 4:00 PM > To: ceo@l-i-e.com > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP = 6? >=20 > Richard Lynch wrote: > >> $a =3D = "=C3=A3=C6=92=C5=BE=C3=A3=C6=92=E2=80=B9=C3=A3=C6=92=C2=A5=C3=A3=E2=80=9A= =C2=A2=C3=A3=C6=92=C2=AB"; > >> echo $a[1]; > > > > Whoa. > > > > That was weird... >=20 > Right, your mail client doesn't handle Unicode correctly. You might > want to do something about that. >=20 > -Rasmus >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php