Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25582 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74856 invoked by uid 1010); 8 Sep 2006 17:44:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74841 invoked from network); 8 Sep 2006 17:44:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2006 17:44:21 -0000 X-Host-Fingerprint: 207.126.230.225 nat-dip4.corp.yahoo.com Received: from [207.126.230.225] ([207.126.230.225:18303] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/A9-13053-4FBA1054 for ; Fri, 08 Sep 2006 13:44:20 -0400 Message-ID: <21.A9.13053.4FBA1054@pb1.pair.com> To: internals@lists.php.net References: <2b9a524b62303d2b7c3f5e20a7b86537@gravitonic.com> <1142355092.20060906230917@marcus-boerger.de> Date: Fri, 8 Sep 2006 10:44:18 -0700 Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Response X-Posted-By: 207.126.230.225 Subject: Re: [PHP-DEV] RFC: unicode.semantics: runtime or not? From: pollita@php.net ("Sara Golemon") I sat on this for a few days and the egg that hatched seems to agree with the concensus.... Keep it INI_SYSTEM. Yes it'll be a little more hassle for hosting providers, but that's the reality of the beast. The fact that unicode semantics *can* be turned off is our consession to the gods of the upgrade path and it providers plenty of maintenance woes already. Complicating this with PERDIR logic is only going to make PHP6 fat, slow, and difficult to maintain/extend. -Sara