Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50428 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61219 invoked from network); 23 Nov 2010 10:02:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2010 10:02:10 -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:58542] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/7F-59959-1219BEC4 for ; Tue, 23 Nov 2010 05:02:10 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 94F3D504DE; Tue, 23 Nov 2010 11:56:16 +0200 (IST) Received: from ws.home (10.1.10.20) by il-ex2.zend.net (10.1.1.22) with Microsoft SMTP Server id 14.0.689.0; Tue, 23 Nov 2010 12:01:55 +0200 Message-ID: <4CEB911C.3030406@zend.com> Date: Tue, 23 Nov 2010 13:02:04 +0300 User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List , Christopher Jones , Kalle Sommer Nielsen , Zeev Suraski , Andi Gutmans , Moriyoshi Koizumi References: <4CE537B0.1030607@zend.com> <4CE56978.9050102@oracle.com> <4CE686BC.4080307@zend.com> <4CEAECC2.6060403@oracle.com> <4CEB8AB9.4070909@zend.com> In-Reply-To: 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) Derick Rethans wrote: > On Tue, 23 Nov 2010, Dmitry Stogov wrote: > >> 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. > > Pending branching on Thursday, perhaps you should commit it tomorrow > instead? The patch looks pretty clean! I would do it right now. :) OK, lets wait till tomorrow. At least I didn't hear serious objections about previous patch and several requests to remove --enable-zend-multibyte completely. Thanks. Dmitry. > cheers, > Derick >