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



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to