Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71611 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18274 invoked from network); 26 Jan 2014 22:43:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 22:43:24 -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.215.51 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:52001] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/28-12631-A8F85E25 for ; Sun, 26 Jan 2014 17:43:23 -0500 Received: by mail-la0-f51.google.com with SMTP id c6so4020723lan.10 for ; Sun, 26 Jan 2014 14:43:19 -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=wKvruX3KBg0CMnlk24xS2coAKkVcYKJX+wgtA3N6U74=; b=mtQ+rIEeAQkJhtjuW2tkAXluPQoKJOp5wXlahEWjbAgNDGK1B5elvgbe3F402RA0Gk X8WcEY7GvorIwsZux5Klc72sSqYEmMYSmgW45Rthkyexpx+1e1o5c1NDUMNTlHzaau25 WPMpKQefch/HxR90X3Sz1GNfzXAvtl2yHgIG7upNP7vNariVxo+S75MrGGtrrgT32Hl3 a5iOyA4Y7zJRB3kZsiVWIMgeSsUVMAXm5sFrNB7p5UAkxy14t+SpT78hrC4zDyQnuHOj AMu6edNo6bHSu5K3JWCsjRWYUqABDWuP11ZYyLs7NVsrL6LnwAtiMhXGCJmYmntNQphj FH+w== X-Received: by 10.152.120.231 with SMTP id lf7mr253211lab.36.1390776199190; Sun, 26 Jan 2014 14:43:19 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 14:42:39 -0800 (PST) In-Reply-To: <52E58DC5.50903@sugarcrm.com> References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> <52E58DC5.50903@sugarcrm.com> Date: Mon, 27 Jan 2014 07:42:39 +0900 X-Google-Sender-Auth: LOhHzk3-uudi0_olsGBBSyjp8OY Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0122aefe509d1804f0e75157 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0122aefe509d1804f0e75157 Content-Type: text/plain; charset=UTF-8 Hi Stas, 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. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0122aefe509d1804f0e75157--