Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52255 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64309 invoked from network); 10 May 2011 19:45:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2011 19:45:22 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:55907] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/B1-04851-9C599CD4 for ; Tue, 10 May 2011 15:45:19 -0400 Received: by pwj3 with SMTP id 3so3406132pwj.29 for ; Tue, 10 May 2011 12:45:08 -0700 (PDT) Received: by 10.68.51.129 with SMTP id k1mr12647698pbo.343.1305056708063; Tue, 10 May 2011 12:45:08 -0700 (PDT) Received: from [192.168.200.140] ([76.126.236.132]) by mx.google.com with ESMTPS id r5sm5002344pbe.101.2011.05.10.12.45.06 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 May 2011 12:45:07 -0700 (PDT) Message-ID: <4DC995C2.6080000@lerdorf.com> Date: Tue, 10 May 2011 12:45:06 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: "guilhermeblanco@gmail.com" CC: PHP internals References: <4DC826B1.4090806@lerdorf.com> <4DC82A36.8090604@lerdorf.com> <4DC83401.2090202@sugarcrm.com> <4DC8D122.3050507@lsces.co.uk> <4DC8F125.2010503@toolpark.com> <4DC8FB1A.7040206@lerdorf.com> <4DC98100.6080806@oracle.com> <4DC9827B.6080409@lsces.co.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] annotations again From: rasmus@lerdorf.com (Rasmus Lerdorf) On 05/10/2011 12:35 PM, guilhermeblanco@gmail.com wrote: > Hi all, > > Based on an extensive chat with Matthew, I think we reached some consensus. > I'll write another RFC related to Annotations in docblocks, then we > can chat until reach some standardization and availability. > > I'll keep the old one for history purposes. It seems that none from > core php devs accepted it, so I'll move it to rejected. > As I told you previously, all I wanted was some good feedback to give > a north and that's what I had. > > As soon as I finish the new RFC, I'll open another thread here for > fine-grain the support and discuss architecture. > I'll keep Stas comments in mind when creating it, so it would help in > discussions. It seems we still have 2 weeks to discuss the new idea > and less than 2 months to get it ready if everyone agreed. One suggestion. Be very careful about anything that requires changes in the opcode caches out there. Such changes will be very slow in coming, if at all. -Rasmus