Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35730 invoked from network); 27 Jan 2014 00:46:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2014 00:46:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.169 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.169 mail-qc0-f169.google.com Received: from [209.85.216.169] ([209.85.216.169:59192] helo=mail-qc0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 37/BB-12631-C5CA5E25 for ; Sun, 26 Jan 2014 19:46:21 -0500 Received: by mail-qc0-f169.google.com with SMTP id w7so7286151qcr.0 for ; Sun, 26 Jan 2014 16:46:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FdBzvDsi9FvWU/hOF9VLvvA3rYF84tb27gfw0Yt8NI8=; b=eGIUByj09hmYbK8YuD1z1s18Rt4aMJPdsA90nniET6rpvyKbSWIP5ncKr9teLHC38y Vib68/4Rp2ve3jp9VxFKUrrMICt4MD6uT0wjyW1TiALc+cYSozoiu2+Ij4QGjMi+YnbK O5kA1vzeYV4BteNaGMu0Z0jQ5QmEYjlizj5bEmO0KY57jBgwQF3M5WEmVAjtW5VPrLO9 wfdgemXe81IhLc/I5G96isfFxaVyioqsUCIRBTx39RjbQ34zlx7ItF89sl2hRNbM1BUo OU0QZnGBaqWFoVecCn+rBhKi/LNpVLqgiZrP0bpDITmAttkHl2sPe2AakkDyVd+Sj0xQ BSFg== MIME-Version: 1.0 X-Received: by 10.229.35.194 with SMTP id q2mr38589745qcd.7.1390783577854; Sun, 26 Jan 2014 16:46:17 -0800 (PST) Received: by 10.140.96.70 with HTTP; Sun, 26 Jan 2014 16:46:17 -0800 (PST) In-Reply-To: References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> Date: Mon, 27 Jan 2014 01:46:17 +0100 Message-ID: To: Yasuo Ohgaki Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1133c1861e876b04f0e90980 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: tyra3l@gmail.com (Ferenc Kovacs) --001a1133c1861e876b04f0e90980 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Jan 26, 2014 at 11:31 PM, Yasuo Ohgaki wrote: > On Mon, Jan 27, 2014 at 7:18 AM, Yasuo Ohgaki wrote: > > > On Mon, Jan 27, 2014 at 5:15 AM, Stas Malyshev >wrote: > > > >> > Typical configuration works, but it's better to be resolved soon bug= s. > >> > I don't have much time now, so I hope someone has time to take care.= .. > >> > >> Well, we can not merge a patch that segfaults. So until this is fixed, > >> that patch is a no go. > > > > > > The patch is not causing segfaults. > > > > Zend engine is segfaulting for zend_multibyte tests. > > It's a separate issue. You'll see segfaults in 5.4 and up without > > my patch. > > > > I've merged zend_multibyte tests fixes already. That's the reason why y= ou > > see failing tests on 5.4 and up. > > > > It's a different issue and if nobody is willing to fix. I'll fix > > zend_multibyte > > next month. > > > > > For the record, I committed this patch to 5.4 and up. > As you can see, the patch is simply re-enabled tests for 5.4 and up. > (Note: there is no mbstring.script_encoding INI for 5.4 and up. It's > removed.) > hi, it is a bit off-topic, but could you please send a patch for the documentation about the mbstring.script_encoding ini change? it seems that it isn't documented that we removed that ini http://docs.php.net/manual/en/migration54.ini.php that would also let us resolve these two issues: https://bugs.php.net/bug.php?id=3D61232&edit=3D1 https://bugs.php.net/bug.php?id=3D65520&edit=3D1 thanks! --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a1133c1861e876b04f0e90980--