Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64443 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65437 invoked from network); 26 Dec 2012 23:05:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Dec 2012 23:05:25 -0000 X-Host-Fingerprint: 84.177.155.112 p54B19B70.dip.t-dialin.net Received: from [84.177.155.112] ([84.177.155.112:10426] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/52-43002-4B28BD05 for ; Wed, 26 Dec 2012 18:05:24 -0500 Message-ID: <44.52.43002.4B28BD05@pb1.pair.com> To: internals@lists.php.net Date: Thu, 27 Dec 2012 00:04:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 References: <8D.41.07178.7380BD05@pb1.pair.com> <1cd52721-96cf-4a78-b631-89221e523852@email.android.com> In-Reply-To: <1cd52721-96cf-4a78-b631-89221e523852@email.android.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 84.177.155.112 Subject: Re: [PHP-DEV] RFC: Add a deprecated modifier for functions From: dev@pp3345.de (Yussuf Khalil) Could you please explain why a simple keyword like T_DEPRECATED could break something? Yussuf Khalil > > > Yussuf Khalil wrote: >> I have created an RFC about adding a deprecated modifier for functions >> in PHP, see https://wiki.php.net/rfc/deprecated-modifier. What are your >> >> thoughts on this? > > I don't think we should add a new keyword for such a thing. Adding keywords breaks many things and causes trouble. > > johannes >