Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64439 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56591 invoked from network); 26 Dec 2012 22:05:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Dec 2012 22:05:30 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:50722] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/F0-43002-8A47BD05 for ; Wed, 26 Dec 2012 17:05:28 -0500 Received: from transformer.fritz.box (host-188-174-218-7.customer.m-online.net [188.174.218.7]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 618FB656EA; Wed, 26 Dec 2012 23:05:24 +0100 (CET) User-Agent: K-9 Mail for Android In-Reply-To: <8D.41.07178.7380BD05@pb1.pair.com> References: <8D.41.07178.7380BD05@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Wed, 26 Dec 2012 23:05:19 +0100 To: Yussuf Khalil ,internals@lists.php.net Message-ID: <1cd52721-96cf-4a78-b631-89221e523852@email.android.com> Subject: Re: [PHP-DEV] RFC: Add a deprecated modifier for functions From: johannes@schlueters.de (=?ISO-8859-1?Q?Johannes_Schl=FCter?=) 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