Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54913 invoked from network); 15 Jul 2013 10:43:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2013 10:43:55 -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 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:58463] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/38-21836-A62D3E15 for ; Mon, 15 Jul 2013 06:43:55 -0400 Received: from [192.168.2.20] (ppp-88-217-92-178.dynamic.mnet-online.de [88.217.92.178]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 4CB0F6511C; Mon, 15 Jul 2013 12:43:51 +0200 (CEST) To: Sebastian Bergmann Cc: internals@lists.php.net In-Reply-To: <51E3C9FB.4080107@php.net> References: <1373879683.17031.4.camel@guybrush> <51E3C9FB.4080107@php.net> Content-Type: text/plain; charset="UTF-8" Date: Mon, 15 Jul 2013 12:43:43 +0200 Message-ID: <1373885023.17031.9.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP proposal on modular systems From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2013-07-15 at 12:07 +0200, Sebastian Bergmann wrote: > > Unless I missed a corresponding feature so far, Composer does not > solve > this problem. This problem could be solved, however, by encoding the > version number in the namespace name: I didn't say composer solves that part, for that part I said Ack. If a library becomes incompatible one should change the name or namespace or something. But composer solves many of the other issues around the use of libraries. imo being *the* enabler to really manage reusable components, even when as small and as simple as a logger interface ... which was a pain in "the old days" .... johannes