Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92865 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10358 invoked from network); 28 Apr 2016 10:26:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2016 10:26:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:34841] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/A4-14004-965E1275 for ; Thu, 28 Apr 2016 06:26:49 -0400 Received: by mail-wm0-f51.google.com with SMTP id e201so70956437wme.0 for ; Thu, 28 Apr 2016 03:26:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=KOPqy4qGJt7vzYIvI6MfR52h0alIu2pB1xbdlqEM1H4=; b=SMWuVvKm0MBQ9bjc+FtEe/IM2Tb8gejIL3jR+lWevVaLxoMow5uYYQRY8zm85ww6qq jirph3c8LDlDknFNbA42EN+6qFC+0G2u7WMlIZMqa7fpbUH1zjOZKoAq1YPucN9ifO92 x9Z9PpHZXdTVPiBRyO0769KqivqIdlt9hZbXJRAlDP+MllgCm8s1WSVVUIsOOUxEqk6Q U/SrH7I2XVsRzudImuzwESdCKqTCbzhsR8c2O4mV2kAgaTqsVYzCHX1x+fTumCldq9yT GKNsk5Z+xiub0Ks35t5pnkv8PJVWmZ2oal7QZo3Q7eCNoQra6S4RVLtegcJdyZUFMM6s lY2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=KOPqy4qGJt7vzYIvI6MfR52h0alIu2pB1xbdlqEM1H4=; b=lONOxJZlsGZbEqAE4KDWc0i9zsA2iFxeIlMQXRc7Je3BmeJpabmPSGoVod29TZUDi9 Gd2QuDJdyYWgWt6vJnu9T24WrKwoo1MOsJDpyRfsabF+a/rHSkdZKwaam6CaLbrW69yC L41LyemX9PJFshvn8SJ6zgYCsD56bqsBviSlTA0a5i0qhUlklwBFlI2/3Pp61m21AGEH QLxRkv+v/rQyez8VYKcSALWPBplHbl+NRePqzjNVniSq3/24d4m9CCBz16I/xBGUShyE XrDYGmS2cLxSNKIwPSwFnvvtmtJQZXdKoZmYfW5p/AznbefeV2c48Jw25pgk+dl09cj0 UE8w== X-Gm-Message-State: AOPr4FW8J7zlBVkAGl5WGHQSZNsP8qt26KVK7QFP0cpOFvKfrLcxkzlG/T44B54lZ55GaQ== X-Received: by 10.28.0.78 with SMTP id 75mr14912532wma.20.1461839206149; Thu, 28 Apr 2016 03:26:46 -0700 (PDT) Received: from [192.168.0.82] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id on2sm8902014wjc.32.2016.04.28.03.26.45 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2016 03:26:45 -0700 (PDT) To: internals@lists.php.net 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> Message-ID: Date: Thu, 28 Apr 2016 11:24:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <5721B9DD.3050300@lsces.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP Attributes -> docBloc alternatives ... From: rowan.collins@gmail.com (Rowan Collins) Lester Caine wrote on 28/04/2016 08:21: > 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. As far as I know, the PHP core has never dictated docblock contents, or any other aspect of coding style. Such decisions are up to "the community", which is a very broad concept. PHP-FIG is an attempt to get that community "around a table" to decide on a common style, and common ways of working. If you want to follow a different style, you can; if you want to form an alternative community group to spread that style, you can. None of that has anything to do with the core language. > Is composer now the only supported installation tool? Supported by whom? It's certainly not supported by the core language, it's just a program you can use. However, it seems to meet people's needs better than previous alternatives, so it is very popular. Regards, Rowan Collins [IMSoP]