Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42092 invoked from network); 9 May 2011 23:30:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2011 23:30:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=guilhermeblanco@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=guilhermeblanco@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: guilhermeblanco@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:33285] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/64-14908-70978CD4 for ; Mon, 09 May 2011 19:30:16 -0400 Received: by yxi11 with SMTP id 11so2425983yxi.29 for ; Mon, 09 May 2011 16:30:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=ntsdngJqCEB42tZGf0Sf+MgPCxzYOysAhiXKX8nr79I=; b=b14Hpz4usN4lbPN1ZGsGnlPhoQ6drGcZXyCaula/cOBNRTlMdNFcjVXUp4UVY3UjaL 8cqjU8yL4B3VFmdh/WLRhes48yA0jfothB/vn2nfYVMc1pXiKiWr1B/5IiIizlca2Xe+ BMJK6YAVU3XDRu1kS+rOA3URN81GbTYKT6i8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=bOsFO5NuKEg6PXOcdbV1700eOTOILYCW9IU+f0NEQP7aIAPB+urt5xDW/lANbgD3S9 Dk1QTMbn8L/+8R+Y+JFIDtEH0AOfcu0zWJ4qgcBdacDv3yK/VX+I1thhwRD9AX8nVPbv leWtG80nGbmPKeioFykQN6unUp+oKM0ueCH94= Received: by 10.236.175.67 with SMTP id y43mr8465400yhl.110.1304983812062; Mon, 09 May 2011 16:30:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.171.4 with HTTP; Mon, 9 May 2011 16:29:52 -0700 (PDT) In-Reply-To: <8757232E56758B42B2EE4F9D2CA019C9013FA90B@US-EX2.zend.net> References: <4DC729EE.9090600@sugarcrm.com> <4DC75FFF.40008@lerdorf.com> <4DC7A7F0.4000504@sugarcrm.com> <4DC8241A.6060100@oracle.com> <8757232E56758B42B2EE4F9D2CA019C9013FA0B2@US-EX2.zend.net> <8757232E56758B42B2EE4F9D2CA019C9013FA90B@US-EX2.zend.net> Date: Mon, 9 May 2011 20:29:52 -0300 Message-ID: To: Andi Gutmans Cc: Christopher Jones , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] 5.4 again From: guilhermeblanco@gmail.com ("guilhermeblanco@gmail.com") Hi Andi, Sorry, but I mentioned on other thread that RFC is outdated. I just finished an update to it bringing to recent implementation. The idea is to get the "big picture" here, I may have left from previous RFC, but if I did that, please just point out and I can fix. This implementation is *way* simpler. Here is the direct link: https://wiki.php.net/rfc/annotations Regards, On Mon, May 9, 2011 at 7:39 PM, Andi Gutmans wrote: >>-----Original Message----- > >>From: guilhermeblanco@gmail.com [mailto:guilhermeblanco@gmail.com] > >>Sent: Monday, May 09, 2011 10:51 AM > >>To: Andi Gutmans > >>Cc: Christopher Jones; internals@lists.php.net > >>Subject: Re: [PHP-DEV] 5.4 again > >> > >>Hi Andi, > >> > >>That's all I want. > >>Someone to at least look at the patch and give me feedback. > >>None here did that, all you're doing is telling "no, we don't accept it". > >> > >>Why don't you give me some valuable feedback so I can work on the patch t= o > >>turn it relevant to you? > > > > I think more important than the patch is the actual functionality. Patch = can > always be fixed. > > I assume the latest RFC is https://wiki.php.net/rfc/annotations? > > > > I will take a bit of a longer look at it in the coming days but from look= ing > at it quickly I can see why some people may not be very excited about it.= I > personally have never been a huge fan of meta-data whether in the code or > outside the code. The biggest scars I carry are from J2EE. I feel > annotations are sometimes just a nicer way of creating similar problems > (hard to understand flow, hard to debug, etc=E2=80=A6). I do realize ther= e are also > some benefits but as Matthew pointed out the question is are those benefi= ts > enough to warrant a whole new grammar in the language or do we keep it > lighter weight and let people build on that (which with the right caching > should not be too hard). > > Anyway, I will take a longer look. > > > > Andi (hoping I don=E2=80=99t get extra newlines this time around. My apol= ogies but > for some reason my mail client doesn=E2=80=99t like internals@ in the pas= t two > weeks). --=20 Guilherme Blanco Mobile: +55 (16) 9215-8480 MSN: guilhermeblanco@hotmail.com S=C3=A3o Paulo - SP/Brazil