Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71603 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6375 invoked from network); 26 Jan 2014 22:18:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2014 22:18:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:37366] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/65-12631-3C985E25 for ; Sun, 26 Jan 2014 17:18:44 -0500 Received: by mail-lb0-f178.google.com with SMTP id u14so3868145lbd.23 for ; Sun, 26 Jan 2014 14:18:40 -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=YqhuG1sCXRy6kOQbp7AuNRt+GpgyMvMdlBMS9UHwTWw=; b=CFsxhEY9mXCLVV+lkrVxcEF5JR+GdCiY1ACqr075d2YabLNQLQdTDsWGb+P1JXj5ZP 3Kg7Sjg1i4yNQft8hLvyH2iK5ROJodjb6Q1zzGnH5FXrP5TBJGnGpTlLr45dBjGjZkbx SlXgcHqBnz1byjsbRDdejXjXjkYZ4T/yfMKLKFON3tAZz41lMyuKrKPFWb/eDHYG02VU HbBDdrIo/1tzS3yRFClSJ3mDdhHc2Dzhc0jTa5hg0Z2VmOmoF64KSzlWECyby4pEb/sF jf6X+iO0cImIK13V1tXKTzzLAWaV/HVHnVZou63AI3+KQF9A0TpU440ZLhxGJVa0kdcz YF+w== X-Received: by 10.152.170.232 with SMTP id ap8mr216356lac.40.1390774720248; Sun, 26 Jan 2014 14:18:40 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 14:18:00 -0800 (PST) In-Reply-To: <52E56CD1.2060803@sugarcrm.com> References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> Date: Mon, 27 Jan 2014 07:18:00 +0900 X-Google-Sender-Auth: JbSrEpxQpPcFale6mAzIjHgETbQ Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0117769129bfdc04f0e6f974 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0117769129bfdc04f0e6f974 Content-Type: text/plain; charset=UTF-8 Hi Stas, On Mon, Jan 27, 2014 at 5:15 AM, Stas Malyshev wrote: > > Typical configuration works, but it's better to be resolved soon bugs. > > 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 you 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. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0117769129bfdc04f0e6f974--