Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94469 invoked from network); 17 Nov 2010 02:17:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2010 02:17:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=alecgorge@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=alecgorge@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: alecgorge@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:58199] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/AF-25421-92B33EC4 for ; Tue, 16 Nov 2010 21:17:14 -0500 Received: by gxk22 with SMTP id 22so128578gxk.29 for ; Tue, 16 Nov 2010 18:17:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=pIH16B2/hOaovIzdRUbuUPwTIg41ztZj7fU81VEeWU0=; b=bxoKB1VfGvjbx2mKf7s4oIGozmKnzAeCmRMjn1I43gNzpagZjkS8t0ovzY2iLeP4Yt A2UFHcuhcgtOp+bdTrUwo9RQmOS7CEvRwzH5Mx84ewmQCp7plh7JeOm3RMVW4EmwofFK 9aTIorgr6Oq+7jzcE5jwWw+YA63rD6MT5hS6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=AKgL8E51oK9qJNY9TfFTAffFZTKhAnvz2DDWDcGer+lpFjNF7FX93qij3rlw4eRwDh 75a99JGdy9Xe7/0xQewz1AvGkIAjWcAdFJz/qHAIaEm8gjnFdf1oWYPdWCJc8wE3QGZx ck9F/gPKM9uRuh2AAWvru+yy48P7egGc4gN5M= Received: by 10.91.63.36 with SMTP id q36mr10641899agk.158.1289960230681; Tue, 16 Nov 2010 18:17:10 -0800 (PST) Received: from [192.168.1.130] (adsl-99-38-57-86.dsl.ipltin.sbcglobal.net [99.38.57.86]) by mx.google.com with ESMTPS id g6sm5762615anh.31.2010.11.16.18.17.09 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 18:17:09 -0800 (PST) Message-ID: <4CE33B29.3010209@gmail.com> Date: Tue, 16 Nov 2010 21:17:13 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Stas Malyshev CC: "internals@lists.php.net" References: <4CE3340F.6090304@sugarcrm.com> <87.0F.25421.F4933EC4@pb1.pair.com> <4CE339DF.1020605@sugarcrm.com> In-Reply-To: <4CE339DF.1020605@sugarcrm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.4 - Meta attribute (aka. Annotations) supportdiscussion From: alecgorge@gmail.com (Alec Gorge) Ok, I will do that. I already have some code examples worked up from earlier. I have just registered on the wiki (same email as here). Are you able to give me access to the rfc namespace so I start the rfc? Also, do you want me to start a new thread or just post the rfc as a reply to this thread? Thanks. -Alec On 11/16/2010 9:11 PM, Stas Malyshev wrote: > Hi! > >> I think my reply ( http://article.gmane.org/gmane.comp.php.devel/63203 ) >> addresses this. It doesn't introduce any new language constructs per se. >> You could make it even more standard and clear by adding "new" after >> "annotation". > > How about making it a full RFC? It's kind of hard to keep track of > things in all threads.