Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81462 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60898 invoked from network); 31 Jan 2015 01:09:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 01:09:40 -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.192.53 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.53 mail-qg0-f53.google.com Received: from [209.85.192.53] ([209.85.192.53:65145] helo=mail-qg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/9A-34022-35B2CC45 for ; Fri, 30 Jan 2015 20:09:39 -0500 Received: by mail-qg0-f53.google.com with SMTP id a108so40777845qge.12 for ; Fri, 30 Jan 2015 17:09:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=6gZcnyzS4pHM/VPWRA+CI2Zk4tZ4WVwBqMssSOyrKdk=; b=RPkybELfDuD3a04dPTo+WdGuHBm9aO1LjL5ObLkBdk8u3TjBpku/b207m7dHJ9eMwz W0nQHnB0Nttw8E5sdpUwfOBjUoVUiq5uRmweHpWihp9AorHP8p3XV4dSfJK826bkqKQa eOpGtn7vKuB2At3jUNkX46ugGLAuHLoV0Z09nIMZmss0+z6173SutrADpDAiCzTW01rQ eBdrkDBQHc9lv3q2399cOPhOmWdtFYcVRUaRnOoEJHNb+ECRURDJOybJxGiTUkzXvAm5 aaqQDhSpv9iqG94z3zkQOoueNoRuGdN+fkYq/vzqY6kwIbMUO4qFisZoUWGRy8djiat7 THAw== X-Received: by 10.140.20.226 with SMTP id 89mr17688393qgj.43.1422666577106; Fri, 30 Jan 2015 17:09:37 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Fri, 30 Jan 2015 17:08:56 -0800 (PST) Date: Sat, 31 Jan 2015 10:08:56 +0900 X-Google-Sender-Auth: 5ghigFbp0YRM4AGbkJLWp203vnc Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c1257ef65ea5050de85f4b Subject: [RFC][DISCUSSION] Deprecate INI set/get aliases. From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c1257ef65ea5050de85f4b Content-Type: text/plain; charset=UTF-8 Hi all, This is the RFC for INI set/get alias function deprecation. https://wiki.php.net/rfc/deprecate_ini_set_get_aliases Open issue is exception. Almost all aliases should be deprecated, but there may be exceptions. I hope everyone agrees to deprecation by document at least. Thank you for your time to address this RFC. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c1257ef65ea5050de85f4b--