Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70162 invoked from network); 31 Jan 2015 02:25:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 02:25:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.169 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.217.169 mail-lb0-f169.google.com Received: from [209.85.217.169] ([209.85.217.169:58059] helo=mail-lb0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/6C-34022-02D3CC45 for ; Fri, 30 Jan 2015 21:25:37 -0500 Received: by mail-lb0-f169.google.com with SMTP id f15so39132598lbj.0 for ; Fri, 30 Jan 2015 18:25:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=IXAAf9lfKyUm+2Oke9JdgGBBLS2fGVBrw4i4QTKn1dw=; b=szi+Tizcj1mOTPKRNh32uvoMpJM/8/89BHAC0A8Va4d3NFIeKJxVKoM+LcDzW27AfM yunxQny5DymwnJCEzzC1fcO9SrI6J2OYNn3p0umEX04G2Sx3+08EhotpU47b7iOkVyJ0 0ixTQ9qi4JTegLOg9IC6enbtkmjVYJtMFZQu2OLFlcseHhcrV7ZoRx7qyxc/aTwMBtPZ ndB4fJWkuL0iD9qNE5vY9+qTOPrTWJ5M9MJ5UU56EROhpm5YvoNsVUNA9dd6pxvyiZd3 XB9ai8DCgekO4RQ9dHNyqGRsthTX76emoXDuesc8Tl7Ujzd6IExoiT7xeWsnfcNUcs4Q BKbA== X-Received: by 10.152.43.18 with SMTP id s18mr9403848lal.26.1422671133564; Fri, 30 Jan 2015 18:25:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.21.101 with HTTP; Fri, 30 Jan 2015 18:25:12 -0800 (PST) Reply-To: marcio3w@gmail.com In-Reply-To: References: Date: Fri, 30 Jan 2015 23:25:12 -0300 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Deprecate INI set/get aliases. From: marcio.web2@gmail.com (Marcio Almada) > 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 the= re > 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 Hi, Yasuo I agree it's a good time to deprecate those aliases. Specially `mb_internal_encoding('UTF-8');` and other analogous redundant extension API that were created just as aliases to change runtime configuration optio= ns. Regards, M=C3=A1rcio Almada