Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54855 invoked by uid 1010); 14 Jun 2007 13:53:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54839 invoked from network); 14 Jun 2007 13:53:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 13:53:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:3170] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/58-31483-27841764 for ; Thu, 14 Jun 2007 09:53:55 -0400 Received: from [81.22.163.71] (helo=[10.6.109.37]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1Hypll-000E7e-Cq for internals@lists.php.net; Thu, 14 Jun 2007 09:53:49 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19E4A1oZ7vphpsuCjMCPyXK+EBz5N7wP54= Reply-To: jani.taskinen@iki.fi To: internals@lists.php.net Content-Type: text/plain Date: Thu, 14 Jun 2007 16:53:47 +0300 Message-ID: <1181829227.3478.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: What is the use of "unicode.semantics" in PHP 6? From: jani.taskinen@sci.fi (Jani Taskinen) 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