Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71621 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42955 invoked from network); 27 Jan 2014 03:11:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2014 03:11:01 -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.215.47 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:34514] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/CC-12631-24EC5E25 for ; Sun, 26 Jan 2014 22:10:59 -0500 Received: by mail-la0-f47.google.com with SMTP id hr17so4084977lab.34 for ; Sun, 26 Jan 2014 19:10:55 -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=7zW3IPLKRYC9XBDT6cKlDrbc4pXIbl3fg1rcsxDv+8k=; b=Z+1I8ty/lgCufsSp1IFyFkPtcAwQBzm16zfzqYh8LCXfv+umbuPfEPgs+4LPbXjTWw qL4MfkOQUVylt/JjU9g/SVyGxYnWncSV4SRm+RH1WA0WHS4NSwwy9hnOiir5ry1i7wd/ bnRsN5DWAljH/MstbQWGY/kxLd+CUztFIU18XewVgqGuElGGgUWGxJHOdfSHdkIjdrQe kefbXnwZhhBffK+6yJ+kWL/aIZHBliNtR9GI7bXYxngbl+Cvbl+wiGHjY9PfWmhNXaA5 TOFl0nRCpuYDRHdM72I1/IXSnWEr1XUf23/rkJqSxuz6Sjr4VFbIhs2nVi9fN/97BiVT 6wrg== X-Received: by 10.153.0.33 with SMTP id av1mr10830675lad.14.1390792255361; Sun, 26 Jan 2014 19:10:55 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 19:10:15 -0800 (PST) In-Reply-To: References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> Date: Mon, 27 Jan 2014 12:10:15 +0900 X-Google-Sender-Auth: caqWO91EgzBefY8Fg2W0wzMJZdI Message-ID: To: Ferenc Kovacs Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113812645658d304f0eb0e37 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113812645658d304f0eb0e37 Content-Type: text/plain; charset=UTF-8 Hi Ferenc, On Mon, Jan 27, 2014 at 9:46 AM, Ferenc Kovacs wrote: > 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=61232&edit=1 > https://bugs.php.net/bug.php?id=65520&edit=1 > > thanks! > I don't know how this was missed. I didn't realized this change until Bug #61232. I've assigned them to myself. I'll commit changes to doc later :) Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113812645658d304f0eb0e37--