Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60307 invoked from network); 27 Jan 2015 11:14:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2015 11:14:19 -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.49 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.192.49 mail-qg0-f49.google.com Received: from [209.85.192.49] ([209.85.192.49:55690] helo=mail-qg0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/00-59067-60377C45 for ; Tue, 27 Jan 2015 06:14:16 -0500 Received: by mail-qg0-f49.google.com with SMTP id i50so11104011qgf.8 for ; Tue, 27 Jan 2015 03:14:10 -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=prmP0YW6OfQ/WesQnK1ADBaGBOFjQFg47nECbf9yqnk=; b=U8x7edyTf/qvsa+QnisZMO4UY8cx0CceEEvNwD9hJUX9uvj9YbKZqb9wB2zLF4nNWK Pg7/9T/stZDeg9kPNXSwbFu2x0KwJ5D2EB5agdAEw0PRdWcpfLiR6mU1IKljnZ7HOJT2 6Kfti7vWsuEEJPzDzazpZKkSFfi7PWYmOnAjBeuvBcxre0m1LdNYsRTm9nuiYL78r9IE BPGgQVjnCZOBS02ZuiO8ojMYnnT06ONToLcH041aWF0S+uIrxYO9ukV4kTtoUFdtNxYr TBMIy3wtOSrW7Oz01H/oDZ/fTtBarY2Nx41C+x3/h6lZ3InGCuC2+1Rl53B7S5zA26Nt yzqA== X-Received: by 10.224.28.198 with SMTP id n6mr968498qac.15.1422357250436; Tue, 27 Jan 2015 03:14:10 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.93.70 with HTTP; Tue, 27 Jan 2015 03:13:30 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Jan 2015 20:13:30 +0900 X-Google-Sender-Auth: DeAiBxNcitAUj0gA19hO7coxgG4 Message-ID: To: Martin Keckeis Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c2cc9aa7f6bd050da05af8 Subject: Re: [PHP-DEV] Re: Deprecating all INI set/get functions and use ini_set/get() From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c2cc9aa7f6bd050da05af8 Content-Type: text/plain; charset=UTF-8 Hi Martin, On Tue, Jan 27, 2015 at 5:41 PM, Martin Keckeis wrote: > This would also deprecate following functions? > http://php.net/manual/en/function.gc-enable.php > http://php.net/manual/en/function.set-include-path.php > http://php.net/manual/en/function.set-time-limit.php > http://php.net/manual/en/function.error-reporting.php > I suppose so, but we may have some exceptions. There will be many others. I haven't count all of them yet. Other examples are http://php.net/manual/en/function.mb-internal-encoding.php http://php.net/manual/en/function.mb-detect-order.php http://php.net/manual/en/function.mb-language.php http://php.net/manual/en/function.iconv-set-encoding.php mb_internal_encoding() and iconv_set_encoding() will be deprecated functions, though. Global encoding setting should be used as the RFC that removes module own encoding setting passed. I'll make them to set/get global encoding setting as well as add E_DEPRECATED errors. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c2cc9aa7f6bd050da05af8--