Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92914 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54438 invoked from network); 29 Apr 2016 02:20:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2016 02:20:48 -0000 Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-lf0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:33613] helo=mail-lf0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 95/F8-28296-EF4C2275 for ; Thu, 28 Apr 2016 22:20:47 -0400 Received: by mail-lf0-f41.google.com with SMTP id y84so103782401lfc.0 for ; Thu, 28 Apr 2016 19:20:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yUindmMMo55BvRX1H1VHezQlrnysKf+cQSHfHJy9QMg=; b=yzFkV7nXc4MMOpjraVcgbBdpMULGrrHB/Yl3S2pIrJ3iy48zM4/Gb8hyBdg1HHXQZ1 nwHSxIUoAgjjM1c4kI4vdqIoAVARwdR0dixjkZHWLHYLrMRyuZyNlQk/oi5N09F9myPj LcqFPPRAR7AkKgXF7PZI8DaAaHMHbVkjix+y/PEJyBM2nxnUB9J18sTfs0WMMlHRvYdf NszVHVUCDVqwBzAOpTUNIXYi4eLYV+t9VERzgoTKSg+pKBHvOAaSEdH0U0HvG0UQ8c5i j1fAbKZkAFurN/MTgut3SZsDGG426jKo9ilstoRzp1U/pspOgj/7asiIzYTw6b2cPQ6a b1jQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yUindmMMo55BvRX1H1VHezQlrnysKf+cQSHfHJy9QMg=; b=bfiPLnYfbDXom7KnWQ9gsvZuetHqxmN5ry3HNUmzmxACo/ciDn4D2LbaSYOsru32eN xFoqcng89K7XNOYjGOoXiseLWQa3Xq1oYz75FFnFE0XStYj3lxWK0TwK00NJUx2fOeX9 OqX1YMxhE2I9rR8TdRkLY91dT51rmeTtoZnDPsfQdmmC1utB8RHrF+3mJ20wj3XblowV SG6Z/9pSXBRL+/oTj9jWKI1k3gHAn67KsQ4Yj2hefa4BW/vvyLwM6mJmVQRABKsXIfHS UIkMVnhpnEbdjF/qk5W2QpIJ/6qDp8VU8LLh9c9JwxV1Dlhi+1i++4ZGIdVGT9N7kmjK cmBQ== X-Gm-Message-State: AOPr4FWwb/vusOmYSzcirr60fIufAJg1ubkCdZearTyNsfGnxp5I9VMfg1o/1xjRKham6M6kDgnRRX0au7/LxQ== X-Received: by 10.25.32.213 with SMTP id g204mr7636297lfg.119.1461896443976; Thu, 28 Apr 2016 19:20:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.126.67 with HTTP; Thu, 28 Apr 2016 19:20:24 -0700 (PDT) In-Reply-To: <5721B9DD.3050300@lsces.co.uk> References: <571965D1.9020102@zend.com> <5719CDB2.90103@zend.com> <571DCA6A.2070803@zend.com> <571E35D8.8080504@zend.com> <571E4A83.3080304@garfieldtech.com> <571E64A2.2040505@gmail.com> <5720A6B4.4000307@lsces.co.uk> <5721B9DD.3050300@lsces.co.uk> Date: Fri, 29 Apr 2016 04:20:24 +0200 Message-ID: To: Lester Caine Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11401fec3de3290531964a99 Subject: Re: [PHP-DEV] PHP Attributes -> docBloc alternatives ... From: ocramius@gmail.com (Marco Pivetta) --001a11401fec3de3290531964a99 Content-Type: text/plain; charset=UTF-8 > This needs to be agreed in the core first Meh, no. Let someone that actually worked for years and years on the specific problem to solve that, please: accumulated experience across all use-cases is the best resource you can get here, and he knows his stuff. > Is composer now the only supported installation tool? For pretty much most projects, yes. In this case, you can still use PEAR (not sure for how much more, though) or a PHAR download: https://www.phpdoc.org/docs/latest/getting-started/installing.html Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 28 April 2016 at 09:21, Lester Caine wrote: > On 28/04/16 06:35, Marco Pivetta wrote: > > This is what Mike van Riel was working on with PSR-5. Work has been > > suspended atm, but I'd still go look at that first. > > Sorry but php-fig is not PHP and sme of the 'standards' created there > are at odds with the preferred practices in the PHP code ... which is > one reason I see that some of the developments have been thankfully > suspended. The changes to phpdocumentor are also at odds with core > practices and that is why I am putting my hand up here. This needs to be > agreed in the core first and personally I'd prefer that this annotation > practice was the primary one, and adding hard coded options remained > optional not enabled by default. > > Is composer now the only supported installation tool? Even phpdocumentor > installer advises using other methods because of the mess composer > creates if you are installing more than one 'application', but the only > supported method for using php-annotations is via composer ... creating > it's own problems when trying to add back code that existed in the past. > > -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=contact > L.S.Caine Electronic Services - http://lsces.co.uk > EnquirySolve - http://enquirysolve.com/ > Model Engineers Digital Workshop - http://medw.co.uk > Rainbow Digital Media - http://rainbowdigitalmedia.co.uk > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a11401fec3de3290531964a99--