Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8868 invoked by uid 1010); 14 Jun 2007 15:04:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8852 invoked from network); 14 Jun 2007 15:04:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 15:04:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:37233] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/00-08628-EC851764 for ; Thu, 14 Jun 2007 11:03:49 -0400 Received: from 170.7.112.10.in-addr.arpa (62-50-197-220.client.stsn.net [62.50.197.220]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-4) with ESMTP id l5EF2Vul028804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 14 Jun 2007 08:02:38 -0700 Message-ID: <46715887.4010306@lerdorf.com> Date: Thu, 14 Jun 2007 16:02:31 +0100 User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: jani.taskinen@iki.fi CC: internals@lists.php.net References: <1181829227.3478.3.camel@localhost.localdomain> In-Reply-To: <1181829227.3478.3.camel@localhost.localdomain> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.3/3418/Thu Jun 14 06:03:06 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: rasmus@lerdorf.com (Rasmus Lerdorf) Jani Taskinen wrote: > During Derick's talk about PHP 6 at PHP Vikinger, I started to wonder > what exactly was the reasoning behind adding something like > "unicode.semantics" option. Derick didn't remember, neither did I. > > Apparently it's another one of these "register_globals" or > "magic_quotes_*" directives we'll remove in PHP 7? :D > > I mean, if PHP 6 is about unicode, why upgrade to PHP 6 and disable it? > Just stay with PHP 5 then.. That's exactly why we need the toggle. We don't want to encourage people to stay with an older version. We have enough trouble getting people from 4 to 5 today, why build in an automatic excuse for people to stay with 5 when all development moves to 6? If all their PHP 5-based code works flawlessly in PHP 6, the adoption of PHP 6 will be quicker. -Rasmus