Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81257 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30607 invoked from network); 27 Jan 2015 19:53:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2015 19:53:57 -0000 Authentication-Results: pb1.pair.com header.from=dragoonis@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dragoonis@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.175 as permitted sender) X-PHP-List-Original-Sender: dragoonis@gmail.com X-Host-Fingerprint: 209.85.216.175 mail-qc0-f175.google.com Received: from [209.85.216.175] ([209.85.216.175:53427] helo=mail-qc0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/7C-59067-4DCE7C45 for ; Tue, 27 Jan 2015 14:53:56 -0500 Received: by mail-qc0-f175.google.com with SMTP id c9so13822349qcz.6 for ; Tue, 27 Jan 2015 11:53:53 -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=FBP3LSwwaUr99Jvd2B00mBNO7XUZ4B3blNbqI7iRsgo=; b=uwt9lvteuIYto4o3lMh4MrORA1W8PZV+VjlIQs+8tFsnyRAVXzQazdZZEa6ULF4p6k Pp2QrZxbmoVZURoJ4RwlvveeIeDV6VkUEBmmtNKslbZzB7wTcPZd0cE1JMbn/tD3YE5g 1sOq9QxJyZsvzdpnl0jw4j6upiPYnveV7tsfxzE8/cMdBXr3XOKUeoTLlGUrQwxy79d5 BGdwtJGq13ZROPDWRjmNHST95kKH5taGBz92qEU4hBsqsi6Mo5bn13tVdqER6n/1ayC/ flFl7Dzyk6RF/BYjj5HcaCsLUpAsz1CmGucrBiQP1Y05+QmRF9aWW8nyjhiZH2Nb79C1 3wHQ== MIME-Version: 1.0 X-Received: by 10.224.127.193 with SMTP id h1mr5244169qas.98.1422388433021; Tue, 27 Jan 2015 11:53:53 -0800 (PST) Received: by 10.229.174.6 with HTTP; Tue, 27 Jan 2015 11:53:52 -0800 (PST) Received: by 10.229.174.6 with HTTP; Tue, 27 Jan 2015 11:53:52 -0800 (PST) In-Reply-To: <54C7EB9E.3030305@gmail.com> References: <54C7EB9E.3030305@gmail.com> Date: Tue, 27 Jan 2015 19:53:52 +0000 Message-ID: To: Stanislav Malyshev Cc: PHP Internals List , Yasuo Ohgaki , Martin Keckeis Content-Type: multipart/alternative; boundary=001a1132ebe24873a6050da79d9e Subject: Re: [PHP-DEV] Re: Deprecating all INI set/get functions and use ini_set/get() From: dragoonis@gmail.com (Paul Dragoonis) --001a1132ebe24873a6050da79d9e Content-Type: text/plain; charset=UTF-8 On 27 Jan 2015 19:49, "Stanislav Malyshev" wrote: > > Hi! > > >>> Cons > >>> - Existing code modifications. (It's E_DEPRECATED. User may ignore.) > >>> - (Please point it out more disadvantages) > > I think removing or disrupting functions without a very good reason > (such as, functionality going away or this function is abused or is > broken in many use cases) is wrong. These functions don't seem broken, > they just do something that you can do in another way. I don't think it > is necessary to deprecated them. I share the same mindset as Stas. Let's work on resolving bugs instead of breaking BC ? :) > > -- > Stas Malyshev > smalyshev@gmail.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a1132ebe24873a6050da79d9e--