Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22541 invoked from network); 13 Mar 2011 22:31:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2011 22:31:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=mail_ben_schmidt@yahoo.com.au; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mail_ben_schmidt@yahoo.com.au; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain yahoo.com.au from 98.139.91.224 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mail_ben_schmidt@yahoo.com.au X-Host-Fingerprint: 98.139.91.224 nm23-vm0.bullet.mail.sp2.yahoo.com Received: from [98.139.91.224] ([98.139.91.224:48551] helo=nm23-vm0.bullet.mail.sp2.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/D1-11364-2C54D7D4 for ; Sun, 13 Mar 2011 17:31:31 -0500 Received: from [98.139.91.70] by nm23.bullet.mail.sp2.yahoo.com with NNFMP; 13 Mar 2011 22:31:28 -0000 Received: from [98.139.91.41] by tm10.bullet.mail.sp2.yahoo.com with NNFMP; 13 Mar 2011 22:31:28 -0000 Received: from [127.0.0.1] by omp1041.mail.sp2.yahoo.com with NNFMP; 13 Mar 2011 22:31:28 -0000 X-Yahoo-Newman-Id: 151635.23571.bm@omp1041.mail.sp2.yahoo.com Received: (qmail 12479 invoked from network); 13 Mar 2011 22:31:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.au; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Y7OOXkYDOq1Uc2ifBgDq/kowZjdGWfuiipq1q3XZCg93M2/MNK2DqXw5zC1vviffoqA3L46YD93hsKjg/h+JH8Xd4NHyVqLYeo2qAAxhC/O+1hOldMe/MwkqoE4NzTfhjOMw09Wpgb9XTEGs6NZ5Zjqeovqjfyu/nb/SHp3U/w0= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.au; s=s1024; t=1300055487; bh=P7dfm674hnUHJIYJGla/9ZTwGBqPOA7J6I5hbHFwJXo=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OSbidt+/RsZlTKlcpQyiq9O26CDm0Wgse5oeCN2dvp4ZzidMon4v6FgCGdYKl2/IoT2N3PYCnT6S0NE82DSW+JSAN84mfnmFa83N4N5BtKzPL2/KTIO5BLqpxwDd02O1Zv/xhv1AY8gmkwxRJE+8Ln4C9knmoCKFUZHWxSRfkPU= Received: from thought.local (mail_ben_schmidt@203.217.72.107 with plain) by smtp141.mail.mud.yahoo.com with SMTP; 13 Mar 2011 15:31:27 -0700 PDT X-Yahoo-SMTP: enFMnPSswBAexaHyzgobwuUTrYOhZdJ0KRA2SjA- X-YMail-OSG: lLi7n7YVM1nRt2KaXT0K134M65uKB2TTKVqnnH7Em3BYqXl b8XAkS4Q2pWTBd8fedIShgKH5Aqqy4yS8nPMOakYm5UjRNqCDlXzov46WqqQ CxqEnr9EMG4yp8ez.t1_0JWnFPMUiEpveCdWKvSNDO4tX6WrMjJiCT9P0bxz .XrFB47ll4My_WFy.HtuxmndAoy2rOUlpduYTgJ12qULxAinTKB7EKz2ecXy Km5me7r8Ow13JUs9pmLdjITByQsKrz75avDMYYQ3t3mySKL4UX_JorK8uVoV w5a2Y6Kp2W9vid66F4FJc2Kgqe4VemZT2xujppWiahPM8ShHfqujtnUDvML7 Y7A-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4D7D45BD.10208@yahoo.com.au> Date: Mon, 14 Mar 2011 09:31:25 +1100 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 ThunderBrowse/3.3.5 MIME-Version: 1.0 To: internals@lists.php.net References: <20110313213356.GC4446@crousti> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] native php annotations From: mail_ben_schmidt@yahoo.com.au (Ben Schmidt) On 14/03/11 8:47 AM, Marcelo Gornstein wrote: >> it has already been discussed with length. Please take a look at: >> >> http://wiki.php.net/rfc/annotations > Thank you for the link. That is actually pretty much what I intended > to do. The only difference with my own version lies in the possibility > to annotate method parameters (very useful in many cases when using an > IoC/DI container). So that would be my 2 cents there. I haven't read the RFC, but what you suggested in your earlier email looked good to me, and I like the idea, so I'd be in favour of doing something. (I'm new here, too, and not a core dev or anything, so my opinion doesn't and shouldn't carry much weight, but there it is.) Ben.