Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37516 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87778 invoked from network); 7 May 2008 16:39:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2008 16:39:46 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:57976] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/D1-20715-15BD1284 for ; Wed, 07 May 2008 12:39:46 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id B860D4144007; Wed, 7 May 2008 16:40:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z4xAA4DAtP2p; Wed, 7 May 2008 18:40:23 +0200 (CEST) Received: from [192.168.0.151] (77-57-23-243.dclient.hispeed.ch [77.57.23.243]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id A65764144006; Wed, 7 May 2008 18:40:21 +0200 (CEST) Cc: Derick Rethans , Tomas Kuliavas , internals@lists.php.net Message-ID: <13A522DC-B5C5-4CC2-A1A9-1CD815C25B21@pooteeweet.org> To: Andrei Zmievski In-Reply-To: <4821DA69.3020004@gravitonic.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 7 May 2008 18:39:08 +0200 References: <4BD5A050-02F2-46BD-B867-FA8CA12FF1BD@macvicar.net> <48988.78.61.224.253.1209918881.nsm@avilys.eik.lt> <4821DA69.3020004@gravitonic.com> X-Mailer: Apple Mail (2.919.2) Subject: Re: [PHP-DEV] Removal of unicode_semantics From: mls@pooteeweet.org (Lukas Kahwe Smith) On 07.05.2008, at 18:35, Andrei Zmievski wrote: > As far as I remember, the latest point was to remove the > unicode_semantics switch and presume that its value is always On. At > the same time we said that binary strings should probably be the > default string type (which I don't agree with), and that we need to > have a test suite to see what exactly breaks with these changes. yeah .. that is what i remember as well .. one decision done .. one more to go (what the default string type will be unicode or binary) regards, Lukas