Re: [PHP-DEV] PHP 5.4: Annotations

2010-11-01 Thread guilhermebla...@gmail.com
Hi Derick, I'm all for it. Although I have karma, I'm not an active PHP core contributor, but I would like to participate of such discussion, mainly because I have plenty experience with Annotations from another languages. I'll spend some time re-reading the entire Annotations thread and come up

[PHP-DEV] PHP 5.4: Annotations

2010-11-01 Thread Derick Rethans
Hi! The RFC on annotations for PHP http://wiki.php.net/rfc/annotations suggests to add new syntax to the language to provide meta data for use in reflection. This sort of meta data is usually provided in the form of docblocks, which this RFC does *not* state isn't good enough. The discussion o