Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71613 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21097 invoked from network); 26 Jan 2014 22:52:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 22:52:55 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.181 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.181 mail-lb0-f181.google.com Received: from [209.85.217.181] ([209.85.217.181:48359] helo=mail-lb0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/B8-12631-6C195E25 for ; Sun, 26 Jan 2014 17:52:54 -0500 Received: by mail-lb0-f181.google.com with SMTP id z5so3890219lbh.40 for ; Sun, 26 Jan 2014 14:52:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=01pOnNNB3+XOentlvkeBVPgFQsVWMmN6mn9Vd+KA70w=; b=sPqxw7JZZ16rArWvEEgVmNwCDCJUsD3m1QGat1nFnQTJ/acLbTKGUweilgQoGYYBm7 nVpBWLVErjhbgRDPPXIOqOIyGyX/EFlqXeRatCcKys5yrEEozGxNwAFVwIc85cDETSm/ kfHP7apNekaOBXjpsI9xiqD5andz3o+gKNSwN05jbo3bQJsf1LSBOcnHCyFK2MbCGT7L lFmfNrJbIwHuZQUU+hNSNb0FmfTLTZuRmN8O55w0BWmrN/98YOcTgnsE1562XpcrPaZ2 7C1hxARchw7K3sz+MSt7ZVN+wVCf7Iv2ey3RaE3ZAvLSisCOh6R+q5kkVMb9+GhuXUQt v9gg== X-Received: by 10.112.202.105 with SMTP id kh9mr4385lbc.89.1390776771331; Sun, 26 Jan 2014 14:52:51 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 14:52:10 -0800 (PST) In-Reply-To: References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> <52E58DC5.50903@sugarcrm.com> Date: Mon, 27 Jan 2014 07:52:10 +0900 X-Google-Sender-Auth: d9u99WW_IUAMrL9Al9dEtVkxMro Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c36c946aca1204f0e773a6 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c36c946aca1204f0e773a6 Content-Type: text/plain; charset=UTF-8 Hi Stas, On Mon, Jan 27, 2014 at 7:42 AM, Yasuo Ohgaki wrote: > On Mon, Jan 27, 2014 at 7:35 AM, Stas Malyshev wrote: > >> > For the record, I committed this patch to 5.4 and up. >> >> You seem to be talking about different patch. The patch I am talking >> about is https://github.com/php/php-src/pull/568, it was not committed >> anywhere (and definitely not in 5.4 as it is targeted to be in 5.6) and >> Travis shows segfaults on it (see >> https://travis-ci.org/php/php-src/builds/17247814) which are not it >> regular master Travis tests. >> >> > The segfaults of zend engine are irrelevant for this proposal. >> >> I disagree, segfaults caused by the patch are very relevant. > > > I fetched and merged changes from original php-src into my fork. > I shouldn't have done that :( > > I'm guessing that's the reason why we see failed tests. > Finding out what's wrong now. Just a moment. > It takes time for rebuild and full tests. > I'm running several rebuild and full tests now. It will take a while. If there is problem, I'll fix them in this pull request. Anyway, sorry for the confusion. For the time being, we may mark zend_multibyte tests as XFAIL. I'll make time to fix them later. What do you think? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c36c946aca1204f0e773a6--