Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31652 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78492 invoked by uid 1010); 16 Aug 2007 20:43:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78477 invoked from network); 16 Aug 2007 20:43:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Aug 2007 20:43:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:55842] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/21-06697-0F6B4C64 for ; Thu, 16 Aug 2007 16:43:29 -0400 Received: from MBOERGER-ZRH (unknown [216.239.55.7]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 0834B1B364D; Thu, 16 Aug 2007 22:43:26 +0200 (CEST) Date: Thu, 16 Aug 2007 22:43:22 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <8410417237.20070816224322@marcus-boerger.de> To: =?iso-8859-1?Q?Nicolas_B=E9rard-Nault?= CC: "PHP Developers Mailing List" In-Reply-To: <30bd80240708161337k38d61082le50a2260468e3ae7@mail.gmail.com> References: <46C30190.2060106@pooteeweet.org> <1222090294.20070816222340@marcus-boerger.de> <30bd80240708161337k38d61082le50a2260468e3ae7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] reserved word alert From: helly@php.net (Marcus Boerger) Hello Nicolas, yes. All my global functions and my classes are prefixed. marcus Thursday, August 16, 2007, 10:37:30 PM, you wrote: > In that specific case, a method called import() was in cause (of course, > conflicting with the namespace/package/whatever package). Do you propose > prefixing all method names ? > On 8/16/07, Marcus Boerger wrote: >> >> Hello Lukas, >> >> this is a no issue. Prefix your code and be done! >> >> marcus >> >> Wednesday, August 15, 2007, 3:37:20 PM, you wrote: >> >> > Hi, >> >> > Someone in the Doctrine channel just brought up the issue of having to >> > look forward to ensure mid term compatibility when choosing names for >> > identifiers. I guess with namespaces and other things will add new >> > reserved words. I think we should have a prominent place on php.net with >> > early warning for reserved words that will be in future php releases. >> >> > regards, >> > Lukas >> >> >> >> >> Best regards, >> Marcus >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> Best regards, Marcus