Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55679 invoked from network); 3 Nov 2014 16:26:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2014 16:26:38 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.44 mail-qa0-f44.google.com Received: from [209.85.216.44] ([209.85.216.44:62045] helo=mail-qa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/46-08476-EBCA7545 for ; Mon, 03 Nov 2014 11:26:38 -0500 Received: by mail-qa0-f44.google.com with SMTP id w8so8654333qac.3 for ; Mon, 03 Nov 2014 08:26:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/jwAjRi4UlrcQmKEFz9xUKN/FIcbLfMH0ugXaDT96Zo=; b=Af9F4otcyAM8PKNR6y/+bc2M9WeOxwwPIzOXd6JIcSHOFjSEacsOIWQMF/YW0v6ix/ ThBBJsDrndEfre11C8Wg73ht354GoN6xW2pCxznZoZ4nB/CJRVIbaHFHEMqyjIHr7ah5 6yaHTybjh0pOFZi01TwY2aibIprfYRzbwJoakezKaa42SeueqiVfPyDcwVEEESYDKMa7 tV75FKv9sF5a4LjjajUUPFBKMG3sOvJ0Lrxd0NbmsqpaI0BAbzTcudwz0O+rh5pWROR6 EMr9/4IpCBq4ZLAzVnUQgOyVVfk2MdRzlrxZ34wH6coTtgUDlGbF7V45yL6RuzULQ6DS 0Rgg== MIME-Version: 1.0 X-Received: by 10.140.31.139 with SMTP id f11mr62396821qgf.30.1415031994148; Mon, 03 Nov 2014 08:26:34 -0800 (PST) Received: by 10.140.89.149 with HTTP; Mon, 3 Nov 2014 08:26:34 -0800 (PST) Received: by 10.140.89.149 with HTTP; Mon, 3 Nov 2014 08:26:34 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Nov 2014 23:26:34 +0700 Message-ID: To: "Jonah H. Harris" Cc: PHP internals , Alex Sky , Chris Wright Content-Type: multipart/alternative; boundary=001a113a92085b78010506f6cf07 Subject: Re: [PHP-DEV] Annotation PHP 7 From: pierre.php@gmail.com (Pierre Joye) --001a113a92085b78010506f6cf07 Content-Type: text/plain; charset=UTF-8 On Nov 4, 2014 1:24 AM, "Jonah H. Harris" wrote: > > On Mon, Nov 3, 2014 at 9:11 AM, Chris Wright wrote: > > > There are no current concrete plans and currently nothing being seriously > > discussed (at least, not publicly; I don't know if anyone has anything in > > pipeline that they haven't announced yet). The three RFCs you linked above > > are all basically dead. > > > > You are of course welcome to put together a proposal and/or start up a > > discussion on the subject if it is something you would be prepared to put > > work into. > > > > I, for one, severely dislike annotations. But, that's why there's an RFC > process :) I tend to think it is not a taste matter anymore. Symfony ecosystem (components, doctrine and co), Zend framework, etc use them. We see requests to work around user land implementation but we keep us away to get native support. Maybe it is time to the jump and get rid of our tastes, like years ago when we discussed which kind of OO we wanted in php. At the end of the day we do what we did not want back then. --001a113a92085b78010506f6cf07--