Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67094 invoked from network); 12 Jul 2011 12:35:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2011 12:35:29 -0000 X-Host-Fingerprint: 92.103.172.102 unknown Date: Tue, 12 Jul 2011 08:35:27 -0400 Received: from [92.103.172.102] ([92.103.172.102:17667] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/00-01039-E8F3C1E4 for ; Tue, 12 Jul 2011 08:35:27 -0400 Message-ID: <63.00.01039.E8F3C1E4@pb1.pair.com> To: internals@lists.php.net References: User-Agent: Pan/0.133 (House of Butterflies) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 92.103.172.102 Subject: Re: [PHP-DEV] Make primitive type names reserved words (Was: Re: [PHP-DEV] [RFC] 5.4 features for vote (long)) From: bruno@chalopin.fr (Bruno CHALOPIN) Hi, On Tue, 12 Jul 2011 11:09:33 +0200, Pierre Joye wrote: > As of now I do not think we should allow this change, whether the RFC is > accepted or not does not matter as it will badly break BC. Unless there > is a patch allowing this change without affecting existing code (main > point being namespaced code working smoothly), this RFC should be > rejected. I agree with that. Perhaps the first step is to raise an E_NOTICE or E_STRICT and in the next major release, the E_PARSE. Cheers, Bruno