Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71622 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44501 invoked from network); 27 Jan 2014 03:23:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2014 03:23:05 -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.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:44445] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/2D-12631-811D5E25 for ; Sun, 26 Jan 2014 22:23:04 -0500 Received: by mail-la0-f50.google.com with SMTP id ec20so4051111lab.37 for ; Sun, 26 Jan 2014 19:23:01 -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=wzutdCKSCqFlH0/JGifrsRSvN/u6Vn9lrv6B/IMEoio=; b=0/UNvhAp8cnbofZWNmi2tiAB/5NzJsS3uxvk4uGrJAkwMBt/gyXNoDLtDeSu/wAsX+ A/Bq+rGXMHpbTvWqpdPNlxttxvjX8oqRlD6/V87N2U8bMkkffURxoofGsj1lGUXOPQsi pJ6QPB1JgXFSFCDTTy+8rDMWPVP/u2GRPKQe6ihepYrorGrokZHLzlyLpOPrkSap//Wl 1C1bjsJSaM+lewfprWs7b2q1w3j17bCnjAwLkx9EMF09zad5xk7YG5wWpxRD78lWNjhN PNiiyp15xn99nUVHCQyeOcHJ7+8errUj7aZGjbdL8JuX7OnoaQauYdT6eqAYwof1+nBq sbLg== X-Received: by 10.112.14.34 with SMTP id m2mr15216986lbc.13.1390792981112; Sun, 26 Jan 2014 19:23:01 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.132.134 with HTTP; Sun, 26 Jan 2014 19:22:20 -0800 (PST) In-Reply-To: References: <52E4A992.1050902@sugarcrm.com> <52E56CD1.2060803@sugarcrm.com> Date: Mon, 27 Jan 2014 12:22:20 +0900 X-Google-Sender-Auth: EC-lZTxCBilKCWWhKWphP9W94bE Message-ID: To: Ferenc Kovacs Cc: Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c36c50986bdb04f0eb3908 Subject: Re: [PHP-DEV] Re: [VOTE] Default character encoding From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c36c50986bdb04f0eb3908 Content-Type: text/plain; charset=UTF-8 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=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 :) > 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? Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c36c50986bdb04f0eb3908--