Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50463 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58249 invoked from network); 23 Nov 2010 18:42:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2010 18:42:11 -0000 Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oracle.com from 148.87.113.121 cause and error) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 148.87.113.121 rcsinet10.oracle.com Linux 2.6 Received: from [148.87.113.121] ([148.87.113.121:20161] helo=rcsinet10.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/31-49564-10B0CEC4 for ; Tue, 23 Nov 2010 13:42:10 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oANIg4d6031767 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 23 Nov 2010 18:42:05 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oANBuLlp001815; Tue, 23 Nov 2010 18:42:00 GMT Received: from abhmt009.oracle.com by acsmt355.oracle.com with ESMTP id 806679711290537702; Tue, 23 Nov 2010 10:41:42 -0800 Received: from [130.35.70.206] (/130.35.70.206) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 23 Nov 2010 10:41:42 -0800 Message-ID: <4CEC0AE5.3000700@oracle.com> Date: Tue, 23 Nov 2010 10:41:41 -0800 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: Dmitry Stogov CC: internals@lists.php.net References: <4CE537B0.1030607@zend.com> <4CE56978.9050102@oracle.com> <4CE686BC.4080307@zend.com> <4CEAECC2.6060403@oracle.com> <4CEB8AB9.4070909@zend.com> In-Reply-To: <4CEB8AB9.4070909@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] --enable-zend-multibyte From: christopher.jones@oracle.com (Christopher Jones) 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. -- Email: christopher.jones@oracle.com Tel: +1 650 506 8630 Blog: http://blogs.oracle.com/opal/