Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50394 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73943 invoked from network); 19 Nov 2010 19:24:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2010 19:24:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@sugarcrm.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@sugarcrm.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain sugarcrm.com designates 207.97.245.183 as permitted sender) X-PHP-List-Original-Sender: smalyshev@sugarcrm.com X-Host-Fingerprint: 207.97.245.183 smtp183.iad.emailsrvr.com Linux 2.6 Received: from [207.97.245.183] ([207.97.245.183:49535] helo=smtp183.iad.emailsrvr.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/21-63174-70FC6EC4 for ; Fri, 19 Nov 2010 14:24:56 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp38.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id 67E82348600; Fri, 19 Nov 2010 14:24:53 -0500 (EST) X-Virus-Scanned: OK Received: by smtp38.relay.iad1a.emailsrvr.com (Authenticated sender: smalyshev-AT-sugarcrm.com) with ESMTPSA id 60A633480E3; Fri, 19 Nov 2010 14:24:00 -0500 (EST) Message-ID: <4CE6CECF.7030600@sugarcrm.com> Date: Fri, 19 Nov 2010 11:23:59 -0800 Organization: SugarCRM User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Dmitry Stogov CC: Patrick ALLAERT , PHP Internals , Moriyoshi Koizumi , Andi Gutmans , Zeev Suraski References: <4CE537B0.1030607@zend.com> <4CE684D7.80107@zend.com> In-Reply-To: <4CE684D7.80107@zend.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] --enable-zend-multibyte From: smalyshev@sugarcrm.com (Stas Malyshev) Hi! > CG(multibyte) is defined only inside #ifdef ZEND_MULTIBYTE. If we're already getting into this, how hard it would be to make multibyte build be binary-compatible with non-multibyte build? Is it possible at all? I.e., for example, taking all extra vars into a separate structure and having a pointer to it, which is always 0 in non-MB or MB-disabled setup and has data in MB-enabled build. I understand it's somewhat more work but I think less binary-incompatible PHP builds we have, the better. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227