Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50355 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7859 invoked from network); 18 Nov 2010 15:35:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 15:35:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.42 mail-fx0-f42.google.com Received: from [209.85.161.42] ([209.85.161.42:60433] helo=mail-fx0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/B7-01108-AA745EC4 for ; Thu, 18 Nov 2010 10:35:08 -0500 Received: by fxm16 with SMTP id 16so1218172fxm.29 for ; Thu, 18 Nov 2010 07:35:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=K4xC8lnixEMD+eG3S7NQxtICheUXvZIJev9tZx1RPu0=; b=yEAGz7i1d/YhBrQX22Lh/iVy5qTUZOqDr9/oYeiWblut7e5h4HthdBd0sWRqnROjhY SB8vO+k4f0UNedr/jFWabZDUTE2iX8wsBc6cLsIq2UBQg2sF5g40uDEvlZmpgyPR1Hnp i5cDgKwpOimHuQxskZ8CTC61h5D/+FwewN5xI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lMVtWLU/BjcVN3jP3vFslfb/KrCvobEOAIJKZ7XQQyMMVDy5RyPv+jIRfTxlJ7DhS6 DkIAO9lwfin451etEpC3XuA/Cfl2d8fXrDxl202dQQT+RFnKXcoRqgm7DvSoriQ0RwjF LyAXRkHK4b4Vmzr+icy9Vt7+RHySByGHAB6FI= MIME-Version: 1.0 Received: by 10.223.125.136 with SMTP id y8mr675263far.149.1290094504178; Thu, 18 Nov 2010 07:35:04 -0800 (PST) Received: by 10.223.83.142 with HTTP; Thu, 18 Nov 2010 07:35:04 -0800 (PST) In-Reply-To: References: <4CE537B0.1030607@zend.com> Date: Thu, 18 Nov 2010 16:35:04 +0100 Message-ID: To: Patrick ALLAERT Cc: Dmitry Stogov , PHP Internals , Moriyoshi Koizumi , Andi Gutmans , Zeev Suraski Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] --enable-zend-multibyte From: pierre.php@gmail.com (Pierre Joye) hi, On Thu, Nov 18, 2010 at 4:29 PM, Patrick ALLAERT wrote: > 2010/11/18 Dmitry Stogov : >> Hi, >> >> The proposed patch allows compiling PHP with --enable-zend-multibyte and >> then enable or disable multibyte support at run-time using >> zend.multibyte=0/1 in php.ini. As result the single binary will be able to >> support multibyte encodings and run without zend-multibyte overhead >> dependent on configuration. >> >> The patch doesn't affect PHP compiled without --enable-zend-multibyte. >> >> I'm going to commit it into trunk before alpha. >> Any objections? > > I see potential confusions doing so, users might complain seeing > Zend Multibyte Support: disabled > while having set zend.multibyte to 1 > > Maybe changing: > php_info_print_table_row(2, "Zend Multibyte Support", "disabled"); > to: > php_info_print_table_row(2, "Zend Multibyte Support", "disabled (at > compile time)"); > would help. And a warning OnUpdate? Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org