Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61872 invoked by uid 1010); 14 Jun 2007 14:00:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61818 invoked from network); 14 Jun 2007 14:00:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 14:00:45 -0000 X-Host-Fingerprint: 217.155.246.60 office.vbulletin.com Received: from [217.155.246.60] ([217.155.246.60:28681] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/59-31483-CF941764 for ; Thu, 14 Jun 2007 10:00:39 -0400 To: internals@lists.php.net, jani.taskinen@iki.fi Message-ID: <467149F3.3070509@ntlworld.com> Date: Thu, 14 Jun 2007 15:00:19 +0100 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 References: <1181829227.3478.3.camel@localhost.localdomain> In-Reply-To: <1181829227.3478.3.camel@localhost.localdomain> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 217.155.246.60 Subject: Re: What is the use of "unicode.semantics" in PHP 6? From: scottmacvicar@ntlworld.com (Scott MacVicar) I have to agree, I think giving the ability to toggle Unicode support is going to add more confusion and grief for application developers, especially with it being PHP_INI_SYSTEM. The reason for the option as far I can remember was to do with performance when you were working with binary strings, this may no longer be valid. Scott 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.. > > --Jani