Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51735 invoked from network); 10 May 2011 00:36:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2011 00:36:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-ew0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:54295] helo=mail-ew0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/E5-14908-88888CD4 for ; Mon, 09 May 2011 20:36:30 -0400 Received: by ewy2 with SMTP id 2so1708485ewy.29 for ; Mon, 09 May 2011 17:36:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=vwCNPqLnb1MB+T2cse+UdHnygCm9hkPc372LRXU+EV8=; b=KMiPZLk+TRK52eLv/iKu0KKFwlwMK4IFpXw6F3fQ0y6iB1fF1Y1wffy+KvEGuIVQIC 2yAyVd4QVbvVlOUh8mfZ4c13GB+QylzSeBkFdSdz6rG4PKfCGxx8tC3Nuk8SrsgMTCBB 0AcaqqR9zSEvYeQvDrKq/aSolT5hfuPxWKEOM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=UAZl0Kqw86avP1QPNTUUu+VjQ6iawnsF1+lzaz3nJCgxhzmWlVTbewbYKqRVvVDj97 kErlpN7KEh14QKAzmglTTer7bovbnsHA8LWkeuHbVFs/iM4CwqV9HjTo/68S7xWctvBS eju4p3XjBCZAdnNK5aNOawUzngRZb+89WaSrM= MIME-Version: 1.0 Received: by 10.14.1.9 with SMTP id 9mr3553382eec.103.1304987777173; Mon, 09 May 2011 17:36:17 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.14.127.79 with HTTP; Mon, 9 May 2011 17:36:17 -0700 (PDT) In-Reply-To: <4DC88602.30400@lsces.co.uk> References: <4DC826B1.4090806@lerdorf.com> <4DC82A36.8090604@lerdorf.com> <4DC85FBE.2060005@lsces.co.uk> <4DC88602.30400@lsces.co.uk> Date: Tue, 10 May 2011 02:36:17 +0200 X-Google-Sender-Auth: s3Co2Wl1uW4HLdEW-UnnOnwvR1Q Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=001636e1ec5be507c404a2e1241f Subject: Re: [PHP-DEV] Please let's not bitch about lazy users not learning C to implement THEIR missing feature. (Was Re: [PHP-DEV] 5.4 again) From: info@tyrael.hu (Ferenc Kovacs) --001636e1ec5be507c404a2e1241f Content-Type: text/plain; charset=UTF-8 On Tue, May 10, 2011 at 2:25 AM, Lester Caine wrote: > guilhermeblanco@gmail.com wrote: > >> Hi Lester, >> >> I updated the RFC. I may have missed one thing or two, but overall >> idea and how code behave is there. >> This question is answered on wiki RFC. =) >> >> Here is the direct link: https://wiki.php.net/rfc/annotations >> > But there is nothing there that explains why this is any use where we are > not compiling code ... and are all things we are already doing with comment > blocks ... which CAN be stripped to speed up operation once in a production > environment. A compiler simply strips the unnecessary stuff when building > the running code, how do you propose PHP does that ? If I want compiled code > then I can use any number of other languages, PHP simply runs what I have in > the file. > > what do you miss? the general introduction of the annotations or the implementation specific details of the proposed rfc? obviously the parser doesn't strip the annotations, because the annotation isn't comment. this is why it isn't interchangeble with the docblock that you mention. if you don't need that kind of information, then you shouldn't use annotation in your code. and ffs stop trolling, I tried to ignore your arrogant emails on this topic, but I couldn't. please read back the last couple of your message, maybe not I'm the only one who is offended by your tone. thanks. Tyrael --001636e1ec5be507c404a2e1241f--