Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71633 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75667 invoked from network); 27 Jan 2014 09:44:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2014 09:44:33 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.182 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.182 mail-qc0-f182.google.com Received: from [209.85.216.182] ([209.85.216.182:36292] helo=mail-qc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/72-12631-08A26E25 for ; Mon, 27 Jan 2014 04:44:32 -0500 Received: by mail-qc0-f182.google.com with SMTP id c9so7681404qcz.27 for ; Mon, 27 Jan 2014 01:44:29 -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=/5aCUh4is+4XHIy37iv8aNuohL/kb0SOPR1hTbLQlwc=; b=IBCwF8bElsY5iV+Fqm0mtoybR0mXK9nkfMKY8lhtSKyUr0Hcl34VxP0++NJQDdhUIi CXc9Hx8tOAPAeXFA0DGGA6uV8GNiTkjUmmFHi56E8ww5d3kufz31kfVKDYTwcjZwRfXL H5SYz7lx15KT8fDsS6gMKDFkrSamvsRkJFkisp2p/tB6jeinQwWygSbDkHQgAfDmIU3Y f3RrVhTSsc1asR1JCVCP31s9Aewg/rKbdnxjp945tkdcUTGzo859/icW/AmtXNrbvsXD ZJ775agW98Xot4GUH39uDDziLTIlBiWgDFTXLao673NFTIkCmttoKELTx49eue8MLY5T ZaRQ== MIME-Version: 1.0 X-Received: by 10.224.75.138 with SMTP id y10mr41145454qaj.72.1390815869567; Mon, 27 Jan 2014 01:44:29 -0800 (PST) Received: by 10.140.96.70 with HTTP; Mon, 27 Jan 2014 01:44:29 -0800 (PST) Received: by 10.140.96.70 with HTTP; Mon, 27 Jan 2014 01:44:29 -0800 (PST) In-Reply-To: References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> Date: Mon, 27 Jan 2014 10:44:29 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" , Stas Malyshev Content-Type: multipart/alternative; boundary=001a11c309eada87ce04f0f08d06 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c309eada87ce04f0f08d06 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2014.01.27. 4:23, "Yasuo Ohgaki" ezt =C3=ADrta: > > Hi all, > > On Mon, Jan 27, 2014 at 12:10 PM, Yasuo Ohgaki wrote= : >> >> 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=3D61232&edit=3D1 >>> https://bugs.php.net/bug.php?id=3D65520&edit=3D1 >>> >>> 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 :) > > > I also noticed that some of removed INIs are still mentioned in php.ini-development/production. > e.g. session.bug_compat42, session.bug_compat_warn. There may be others. > > It is probably better to be checked again... > I just don't have time to do it now. > Could anyone can check and remove them all? Sure. --001a11c309eada87ce04f0f08d06--