Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1786 invoked from network); 11 May 2011 00:15:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2011 00:15:31 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 ns.km36107.keymachine.de Received: from [217.114.211.66] ([217.114.211.66:44245] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/07-04851-125D9CD4 for ; Tue, 10 May 2011 20:15:30 -0400 Received: from [192.168.2.230] (ppp-93-104-62-18.dynamic.mnet-online.de [93.104.62.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 1C1957250E; Wed, 11 May 2011 02:15:26 +0200 (CEST) To: Ferenc Kovacs Cc: mike@rile.ca, Matthew Weier O'Phinney , internals@lists.php.net In-Reply-To: References: <4DC729EE.9090600@sugarcrm.com> <4DC75FFF.40008@lerdorf.com> <4DC7A7F0.4000504@sugarcrm.com> <4DC819D0.5010008@lerdorf.com> <3680807C-229A-4889-9181-8953303425EC@stefan-marr.de> <4DC9081C.3020808@php.net> <17.15.04851.C5069CD4@pb1.pair.com> <000001cc0f3e$f61c2390$e2546ab0$@ca> Content-Type: text/plain; charset="UTF-8" Date: Wed, 11 May 2011 02:15:25 +0200 Message-ID: <1305072925.3095.26.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 again From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2011-05-10 at 20:27 +0200, Ferenc Kovacs wrote: > I find it funny that you, Sebastian and others who are supporting docblocks > over annotations didn't found the time to do it, but you always bring this > up. http://pecl.php.net/package/docblock exists. I never used it, but either it is completely unknown or doesn't bring benefits over a userspace implementation (typical trade-offs: A C implementation is harder to maintain for developers and harder to install for users, while the PHP implementation is slower) johannes