Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78978 invoked by uid 1010); 6 Sep 2006 16:47:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78963 invoked from network); 6 Sep 2006 16:47:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2006 16:47:51 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from [80.123.98.46] ([80.123.98.46:17251] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/1C-26632-7BBFEF44 for ; Wed, 06 Sep 2006 12:47:51 -0400 Message-ID: <94.1C.26632.7BBFEF44@pb1.pair.com> To: internals@lists.php.net Date: Wed, 06 Sep 2006 18:47:50 +0200 User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 References: <2b9a524b62303d2b7c3f5e20a7b86537@gravitonic.com> In-Reply-To: <2b9a524b62303d2b7c3f5e20a7b86537@gravitonic.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: Re: RFC: unicode.semantics: runtime or not? From: mike@php.net (Michael Wallner) 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. Regards, -- Michael