Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81256 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29033 invoked from network); 27 Jan 2015 19:48:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2015 19:48:51 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.181 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.181 mail-pd0-f181.google.com Received: from [209.85.192.181] ([209.85.192.181:45872] helo=mail-pd0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/1C-59067-2ABE7C45 for ; Tue, 27 Jan 2015 14:48:51 -0500 Received: by mail-pd0-f181.google.com with SMTP id g10so20684101pdj.12 for ; Tue, 27 Jan 2015 11:48:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=X09004MIzy2UooC+w2azxsAvirL/pMsszI3hC6eWeI4=; b=oUmX34uHeP+mA5DZdJNuQpRn/OvJcJ73QgXZNrBWNeNTCTZN9VttDqCTafTtvHMRH6 wwpGi1zvEpvnu/3XAQzc4GXhQTedY3BrH8srVAG8IeG97h8BPVGtaMoRWZ+bie9U5zQK EHoA3E1xLGbhucIYty0qvHVYofXDLHk7evuK28ADjZEfZzyLRCXpo1jbnsdxutocCcNJ qbaE9G9YqHAcMTmnYhQ5iEi/iZ9hf3wIvgsNWJfXf2HHaXUm5jvS/fGRsPGvpesrnzgX 2KOSimJXlD0ra6ykhB7gvRGyz5tTJcWYn3ajIzSCFL/RiQ8FIRSoMCqRYKv29luiMauF cqJw== X-Received: by 10.66.97.98 with SMTP id dz2mr378349pab.148.1422388127592; Tue, 27 Jan 2015 11:48:47 -0800 (PST) Received: from Stas-Air.local ([205.154.255.180]) by mx.google.com with ESMTPSA id n3sm2356651pdf.95.2015.01.27.11.48.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 11:48:47 -0800 (PST) Message-ID: <54C7EB9E.3030305@gmail.com> Date: Tue, 27 Jan 2015 11:48:46 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Martin Keckeis , Yasuo Ohgaki CC: "internals@lists.php.net" References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Deprecating all INI set/get functions and use ini_set/get() From: smalyshev@gmail.com (Stanislav Malyshev) 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. -- Stas Malyshev smalyshev@gmail.com