Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82874 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5467 invoked from network); 16 Feb 2015 18:48:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 18:48:48 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.173 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.173 mail-wi0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:48667] helo=mail-wi0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/9A-36518-F8B32E45 for ; Mon, 16 Feb 2015 13:48:47 -0500 Received: by mail-wi0-f173.google.com with SMTP id bs8so27967769wib.0 for ; Mon, 16 Feb 2015 10:48:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=6XvBAgispV55/PI9BrkyncVjBwHyD2NqC3t1o+6IiDM=; b=xducuL0j8bFLPxWvTiv7wRydlpWrzXorqedyLLFFmz6h2tZ9OPX2XehjomemN5H951 UoL2GY1LsCW9LJqCPkTimzyGjvTyT0Ys2odaEdGr6S0WSwRAfO3dxa+4avzEPLS2YGlr hjPrj6MAlsvUjSi2AHRnUW/U7+tYEcfo7Kebh/W7y8iRqvGoZvkFZh+0JstuXpDKSo1H vlwhAI+5Ml+99UAiYsbdQXMZRde/dP4KzkSCaQtBsHZINJ8Cu9KogX3hNJ959kTcegNq adR/Og38M3xTrkXqSYHHxv5/YZ3+QM/3naAeL4aE8KxyxbJMl3hhPFA7U9+2hhYiG3VM H2LQ== X-Received: by 10.180.81.134 with SMTP id a6mr48979917wiy.88.1424112524503; Mon, 16 Feb 2015 10:48:44 -0800 (PST) Received: from [192.168.0.172] ([62.189.198.114]) by mx.google.com with ESMTPSA id hn2sm24044203wjc.5.2015.02.16.10.48.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Feb 2015 10:48:43 -0800 (PST) Message-ID: <54E23B87.60806@gmail.com> Date: Mon, 16 Feb 2015 18:48:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: PHP Internals References: <54E20FC0.3060104@gmail.com> <54E228F1.7060307@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Annotations in PHP7 From: rowan.collins@gmail.com (Rowan Collins) Dmitry Stogov wrote on 16/02/2015 18:41: > this won't implement features necessary for phpDocumentor, Doctrine, etc. I know. Like I say, it's just a way of keeping things moving, rather than saying "eh, maybe next year". It allows us to formally agree the feature, the roadmap, the basic syntax, and have a small feature that might be useful for a handful of people, while leaving wide open what would go in the parameter brackets, and how it would be parsed and presented to userland. (Also, please stop top-posting, per http://git.php.net/?p=php-src.git;a=blob_plain;f=README.MAILINGLIST_RULES;hb=HEAD) Cheers, -- Rowan Collins [IMSoP]