Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52297 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10791 invoked from network); 11 May 2011 13:32:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2011 13:32:05 -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.170 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.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:33642] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/FA-45512-4DF8ACD4 for ; Wed, 11 May 2011 09:32:05 -0400 Received: by eyf5 with SMTP id 5so150422eyf.29 for ; Wed, 11 May 2011 06:32:02 -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=Ve0x3xZzLyCW2fj+bATEqPzOQOgeWHdZ1VVpMG7IDZc=; b=sgppRmrA0Hh2BKlO2KSFT6CGKGsTae74Vo5PilIjvv7no6zpr1NYKK5iWsxHikK0/u vD2GqsC+qIzO+Efq1brDq0rsqptSd3o9rA1Nml/tTfQ3sT+c+pCqHioUuRw7iLisFMuc ZdNmMXM5zBDS9kv+M9xvGfTS/MZ3562iHvtNI= 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=qTj6XooKHQypkLQOsmYlOuoKQKGUpdI41jcRn3WFp0OAzMMCezIANRt/iVsNRlgI4j GVC1Ui3UbtQDjsro/Xl6sWjdiL3O+kPsHVrmkcJ7vnMYnttE8hpMVG0HMBuG/KThUo4n iGhCOOBgE0lFDwzJoHcPDLwTSRr5XNVQZqtXY= MIME-Version: 1.0 Received: by 10.14.37.75 with SMTP id x51mr4173555eea.71.1305120721928; Wed, 11 May 2011 06:32:01 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.14.127.7 with HTTP; Wed, 11 May 2011 06:32:01 -0700 (PDT) In-Reply-To: <4DCA8EBD.6080709@naenius.com> References: <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> <4DCA82B5.3080401@naenius.com> <4DCA8CC1.6080300@lsces.co.uk> <4DCA8EBD.6080709@naenius.com> Date: Wed, 11 May 2011 15:32:01 +0200 X-Google-Sender-Auth: iYD3jhdWMViVW6pdvwZrXFQOskM Message-ID: To: Mike van Riel Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=90e6ba61541205011804a3001903 Subject: Re: [PHP-DEV] annotations again From: info@tyrael.hu (Ferenc Kovacs) --90e6ba61541205011804a3001903 Content-Type: text/plain; charset=UTF-8 On Wed, May 11, 2011 at 3:27 PM, Mike van Riel wrote: > On 05/11/2011 03:18 PM, Lester Caine wrote: > >> Ferenc Kovacs wrote: >> >>> as phpDocumentor is dead and doesn't support "new" things like namespace >>> and >>> closures, we should take those into account also. >>> >> >> Nothing stops it from working perfectly well on the years of code that it >> still supports! Finding people with the time to ADD new features is the >> problem especially when they are not currently using those new features >> themselves. >> >> It is one of the packages that I have managed some patches on myself, but >> some of it's esoteric ways of working make contributing a little difficult. >> >> What do you suggest as an alternative - is there any? >> >> DocBlox (http://www.docblox-project.org) is a rising project which > offers support for all these new things and uses less processing time and > memory. > It is goal is to serve as an alternative for phpDocumentor (and an > improvement, it has several features of it's own such as incremental > parsing). > > DISCLAIMER: I am the Lead Dev of DocBlox. > > (and before you asked: yes I tried patching phpDocumentor but its core > design would not allow enough room to patch the memory and performance > problems, which prevented me from running it at our own project) > > I would also suggest DocBlox, pretty alive project, open for feedbacks (contributed some ideas myself), and Zend Framework started using it, so now it has a pretty nice userbase. Tyrael --90e6ba61541205011804a3001903--