Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64125 invoked from network); 17 Nov 2010 08:36:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2010 08:36:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:47700] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/33-40885-A1493EC4 for ; Wed, 17 Nov 2010 03:36:43 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.22]) by il-mr1.zend.com (Postfix) with ESMTP id 6D95050467; Wed, 17 Nov 2010 10:31:09 +0200 (IST) Received: from IL-EX2.zend.net ([::1]) by il-ex2.zend.net ([::1]) with mapi; Wed, 17 Nov 2010 10:36:37 +0200 To: "guilhermeblanco@gmail.com" CC: Stas Malyshev , Alec , "internals@lists.php.net" Thread-Topic: [PHP-DEV] PHP 5.4 - Meta attribute (aka. Annotations) supportdiscussion Thread-Index: AQHLhfyY7RnEGb/JO0Wma2lOBFjrs5N0zA6AgAACcQCAAAGuAIAAAM8AgACIIjw= Date: Wed, 17 Nov 2010 08:36:36 +0000 Message-ID: <9F3127D3-54B8-427A-BC8F-1D8D3AD4E2DB@zend.com> References: <4CE3340F.6090304@sugarcrm.com> <87.0F.25421.F4933EC4@pb1.pair.com> <4CE339DF.1020605@sugarcrm.com> <4CE33D54.8000009@sugarcrm.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [PHP-DEV] PHP 5.4 - Meta attribute (aka. Annotations) supportdiscussion From: zeev@zend.com (Zeev Suraski) On Nov 17, 2010, at 4:29, "guilhermeblanco@gmail.com" wrote: > Hi Stas, >=20 > Ok, so you think I should just consider everyone want some sort of > meta attribute support and start discussing the topics? Of course not. Assuming meta support requires substantial additions of syn= tax then it's very far from consensus. A more productive approach would be coming up with ways to do it with exist= ing functionality (maybe with some minor additions), which makes phpdoc a n= atural option to look at (even if it's not the incarnation of the perfect a= nnotations solution). Zeev=