Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81466 invoked by uid 1010); 14 Jun 2007 14:16:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81451 invoked from network); 14 Jun 2007 14:16:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 14:16:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.238 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.238 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.238] ([64.233.162.238:25565] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/6C-31483-5BD41764 for ; Thu, 14 Jun 2007 10:16:32 -0400 Received: by nz-out-0506.google.com with SMTP id i11so513044nzi for ; Thu, 14 Jun 2007 07:15:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WLhuTFb/OvovsxA9/SSWZhUPfirFnxayo6xyRM/oCIyLkh/UOPD5AGaOwFrfMAa4Fyy/LBEWHmSt+4ZBqR+HhtLeiVD2PRHcxZwktDks/IkfNB9qvteMf+eO82b3GBloxEGZGz3kPh3uIYQiU0I0r9bwfq0kbpWn0ZM911BvwtQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jQNnpMGeNk9C0fUq9O42XZkTU28yak5b6njEuQMZSXnUpICIGVV9MAk58nQ6BvehCRu74vP3W6WSTNHKrH4sFUuwsIY1/WQVyEU7AYwaYWg+4JaI2e5Vub975tGmaYcU6jUt2rFlcfKAhEQFjDb6z3SKdG2zU5HftXRunLnPwO8= Received: by 10.114.199.1 with SMTP id w1mr1911248waf.1181830513671; Thu, 14 Jun 2007 07:15:13 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Thu, 14 Jun 2007 07:15:13 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 16:15:13 +0200 To: "Derick Rethans" Cc: jani.taskinen@iki.fi, internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1181829227.3478.3.camel@localhost.localdomain> Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: pierre.php@gmail.com (Pierre) On 6/14/07, Derick Rethans wrote: > 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)? :) You guessed right :) There will be new features besides unicode (and related, like unicode text mode in stream or unicode FS) but nothing that will not work with php5 as well, as far as I can see (and know for "my" extensions). --Pierre