Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42145 invoked from network); 24 Nov 2010 05:44:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2010 05:44:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:49953] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/EB-49564-656ACEC4 for ; Wed, 24 Nov 2010 00:44:55 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 9751950523; Wed, 24 Nov 2010 07:38:58 +0200 (IST) Received: from ws.home (10.1.10.23) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server id 14.0.689.0; Wed, 24 Nov 2010 07:44:39 +0200 Message-ID: <4CECA651.4070508@zend.com> Date: Wed, 24 Nov 2010 08:44:49 +0300 User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Christopher Jones CC: References: <4CE537B0.1030607@zend.com> <4CE56978.9050102@oracle.com> <4CE686BC.4080307@zend.com> <4CEAECC2.6060403@oracle.com> <4CEB8AB9.4070909@zend.com> <4CEC0AE5.3000700@oracle.com> In-Reply-To: <4CEC0AE5.3000700@oracle.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] --enable-zend-multibyte From: dmitry@zend.com (Dmitry Stogov) Hi Chris, I've added a note into UPGRADING, but I didn't change php.ini-* Thanks. Dmitry. Christopher Jones wrote: > > > On 11/23/2010 01:34 AM, Dmitry Stogov wrote: >> hi, >> >> I've prepared the patch which completely removes compile-time >> --enable-zend-multibyte configuration directive. >> >> The configuration can be changed at run-tume using zend.multibyte=0/1. >> >> The patch also fixes Unicode detection for phar archives. >> >> I would like to commit it on Thursday. >> >> Thanks. Dmitry. > > Hi Dmitry, > > The UPGRADING file needs to updated. I'd argue that the > zend.multibyte should be included in php.ini-* (along with > detect_unicode, zend.enable_gc etc) > > Chris > > PS a brief RFC capturing the essentials of the change would help the > Doc team. >