Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52227 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95317 invoked from network); 10 May 2011 15:52:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2011 15:52:03 -0000 Authentication-Results: pb1.pair.com header.from=jbondc@openmv.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jbondc@openmv.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain openmv.com from 64.15.152.204 cause and error) X-PHP-List-Original-Sender: jbondc@openmv.com X-Host-Fingerprint: 64.15.152.204 mail.ca.gdesolutions.com Received: from [64.15.152.204] ([64.15.152.204:51784] helo=mail.ca.gdesolutions.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/94-04851-E1F59CD4 for ; Tue, 10 May 2011 11:52:00 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id 11A935D12; Tue, 10 May 2011 11:51:55 -0400 (EDT) X-Virus-Scanned: amavisd-new at gdesolutions.com Received: from mail.ca.gdesolutions.com ([127.0.0.1]) by localhost (mail.ca.gdesolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nnBpxGwM+L3J; Tue, 10 May 2011 11:51:54 -0400 (EDT) Received: from djbondc (modemcable005.23-57-74.mc.videotron.ca [74.57.23.5]) by mail.ca.gdesolutions.com (Postfix) with ESMTPSA id 2A5775CFD; Tue, 10 May 2011 11:51:54 -0400 (EDT) To: , "'Andi Gutmans'" Cc: "'Christopher Jones'" , 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> In-Reply-To: Date: Tue, 10 May 2011 11:51:53 -0400 Message-ID: <006301cc0f2a$2f3446e0$8d9cd4a0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcwOoTUVqgXm7nQDSxqeNbxo9hgs+AAiGvdg Content-Language: en-ca Subject: RE: [PHP-DEV] 5.4 again From: jbondc@openmv.com ("Jonathan Bond-Caron") On Mon May 9 07:29 PM, guilhermeblanco@gmail.com wrote: > Hi Andi, >=20 > 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=20 > RFC, but if I did that, please just point out and I can fix. > This implementation is *way* simpler. >=20 > Here is the direct link: https://wiki.php.net/rfc/annotations >=20 As for positive feedback, it's a net improvement over the previous RFC = and I like the simplifications. Is there really a need for: Array ::=3D "array(" ArrayEntry {"," ArrayEntry}* ")" Do you have examples of where that's needed?