Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10425 invoked from network); 20 Jul 2017 21:01:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2017 21:01:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:32776] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/CD-02884-03A11795 for ; Thu, 20 Jul 2017 17:01:37 -0400 Received: from kuechenschabe.fritz.box (ppp-46-244-186-208.dynamic.mnet-online.de [46.244.186.208]) by mail.experimentalworks.net (Postfix) with ESMTPSA id 4500C5EDFF; Thu, 20 Jul 2017 23:01:33 +0200 (CEST) Message-ID: <1500584492.16819.71.camel@schlueters.de> To: Mathias Grimm , Sara Golemon Cc: Niklas Keller , PHP Internals Date: Thu, 20 Jul 2017 23:01:32 +0200 In-Reply-To: References: <1500551058.16819.47.camel@schlueters.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] bugs.php.net website From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Do, 2017-07-20 at 15:36 +0200, Mathias Grimm wrote: > So no composer, monolog etc? I believe using composer is good and there's already a pull request for using it: https://github.com/php/web-bugs/pull/27 The "big" issue there is that applying it needs coordination with systems@ or whoever maintains the deploy script to prevent breakage. For other libraries a typical due diligence should happen. Some items from top of my head: * Is the license ok? (bugsweb is licensed under PHP License afaik, GPL is not acceptable i.e.) * Is it needed? (left-pad isn't ;-) ) * Is it maintained? * Does it work? * Is it efficient (in usability etc.) * What about the library's dependencies? johannes