Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25562 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37328 invoked by uid 1010); 7 Sep 2006 01:34:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37313 invoked from network); 7 Sep 2006 01:34:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Sep 2006 01:34:18 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 192.38.9.232 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from [192.38.9.232] ([192.38.9.232:3837] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/57-15208-8177FF44 for ; Wed, 06 Sep 2006 21:34:18 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id 942E4C43E2; Thu, 7 Sep 2006 03:34:13 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RCVD_IN_WHOIS_INVALID autolearn=no version=3.1.3 X-Spam-Level: ** Received: from foxbox (IGLD-83-130-172-238.inter.net.il [83.130.172.238]) by gw2.emini.dk (Postfix) with ESMTP id 7F207C43D6; Thu, 7 Sep 2006 03:34:11 +0200 (CEST) Message-ID: <004d01c6d21d$34bffe00$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Derick Rethans" , "Michael Wallner" Cc: References: <2b9a524b62303d2b7c3f5e20a7b86537@gravitonic.com> <94.1C.26632.7BBFEF44@pb1.pair.com> Date: Thu, 7 Sep 2006 03:30:29 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Re: RFC: unicode.semantics: runtime or not? From: steph@zend.com ("Steph Fox") >> Andrei Zmievski wrote: >> >> > 1. ZEND_INI_SYSTEM and make people run two copies of Apache if they >> > want >> > both modes. This is architecturally more simple and more robust, I >> > believe. >> > 2. ZEND_INI_PERDIR and let people switch modes as described above. This >> > is a lot of work and will probably result in quite a few edge cases >> > where we used to rely on stability of one mode (such as APC or >> > serialization, for example). >> >> I think it would be best for all of us to go the more robust route >> and make unicode.semantics only changeable in php.ini. > > I concur. Me too, if it counts any. I think the people that really need Unicode support (aka most of the world) will have it enabled as soon as it's possible to do so, and those that don't (USA and some of Europe) won't care about it enough to adopt until they get a Chinese client or so. At which point they'll have to change their ideas anyway... - Steph > > regards, > Derick