Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14413 invoked by uid 1010); 15 Aug 2007 14:24:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 14398 invoked from network); 15 Aug 2007 14:24:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2007 14:24:55 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:43790] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/00-13383-5BC03C64 for ; Wed, 15 Aug 2007 10:24:54 -0400 Received: by rv-out-0910.google.com with SMTP id k15so1784722rvb for ; Wed, 15 Aug 2007 07:24:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fk0wM3EnpHaN0xD/MD2x3nnFBAzzctfKQMs+odJHMHH5HXRXHBufnR46ploNxT50l32v0SzjkLE5PSpsZScCvw0H6ZrKkaC3RgagZl3gPjHos9CPmzDGYNpNhZvkvU3gdYdJzsW1CnkTeq1piscPktWGvpq7isLp4vRGcu6f7II= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CwatNGCk12uu3jm4wMFE4p9VgF9KKPuQK0ypE8AhMKOR7hNafCPr2JIbzWQilT5T3ahv9wUi1Y3DZqZwHciNQK2X5t3ig3SZGlLae4c0f7K2FxQ/dBtCOuMqRTvxNDR1od7QZejeTKU9TlNK3XTaGd4TP28qVu9950A0StKJZNA= Received: by 10.140.132.8 with SMTP id f8mr203715rvd.1187187889660; Wed, 15 Aug 2007 07:24:49 -0700 (PDT) Received: by 10.140.252.15 with HTTP; Wed, 15 Aug 2007 07:24:49 -0700 (PDT) Message-ID: <7f3ed2c30708150724r21726e4fs212181e12ef70849@mail.gmail.com> Date: Wed, 15 Aug 2007 16:24:49 +0200 To: "Lukas Kahwe Smith" Cc: "PHP Developers Mailing List" In-Reply-To: <46C30190.2060106@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C30190.2060106@pooteeweet.org> Subject: Re: [PHP-DEV] reserved word alert From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 8/15/07, Lukas Kahwe Smith 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. Meaning somewhere like http://php.net/reserved ? :) -Hannes