Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75587 invoked by uid 1010); 14 Jun 2007 14:11:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75569 invoked from network); 14 Jun 2007 14:11:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 14:11:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:37713] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/5B-31483-B9C41764 for ; Thu, 14 Jun 2007 10:11:40 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l5EEBUOp024004; Thu, 14 Jun 2007 16:11:30 +0200 Date: Thu, 14 Jun 2007 16:11:30 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Pierre cc: jani.taskinen@iki.fi, internals@lists.php.net In-Reply-To: Message-ID: References: <1181829227.3478.3.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: derick@php.net (Derick Rethans) On Thu, 14 Jun 2007, Pierre wrote: > Hi Jani, > > On 6/14/07, 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.. > > Apparently there is a certain amount of users (undefined/undefinable > masses) who like to use PHP6 new features (?) without unicode. I guess you're using the "?" to point out that there are no new features (besides Unicode)? :) > The arguments were about the incompatibilities (the zend fatal errors > are likely to cause more troubles :) and performance. > > I was one who likes to have a single mode: unicode. Yup, here as well. regards, Derick