Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68125 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94359 invoked from network); 15 Jul 2013 21:30:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jul 2013 21:30:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=krebs.seb@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:46851] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/41-20914-A0A64E15 for ; Mon, 15 Jul 2013 17:30:50 -0400 Received: by mail-wg0-f47.google.com with SMTP id l18so10774513wgh.14 for ; Mon, 15 Jul 2013 14:30:47 -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:content-type; bh=YSSDgi7AGLb36GUrKnguEvxscJ7zPd1zOfCNHiS4/Qk=; b=PKqWcMsLIWA5ckdoQyl3uvAhT+kq7Z2MQ4+ZrBEdaHQfhd/H9B/88Y0FQpzjwrp4JW LSo8qd9H9f/8RLvXHHsMQVGTbaYM5HKDJmtkysmb6Ovql0A8wa/OE2/5KfB8qfOQNm+x rfnRULj6fAZYUagS1PatttOFEVyicpj5zlhey6Zk2NsZjWvaLw4QtRD79Z/qtW1I4WSM CRfKawjm0fnj6eJLj49qTOKknBNaRv3JgrbNUrNWKVfYoAJEIFutiTHQm0k2j357tNb/ PLEDibEE7VxD5xiVbFGDxfTrhG7Yx5fhvKclpvNVNxZRQY6WXSI0z6f5N1wRuTQ8VzcJ 1fRQ== X-Received: by 10.180.208.17 with SMTP id ma17mr10177496wic.7.1373923847208; Mon, 15 Jul 2013 14:30:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.224.129 with HTTP; Mon, 15 Jul 2013 14:30:07 -0700 (PDT) In-Reply-To: <51E42247.5020500@lsces.co.uk> References: <1373879683.17031.4.camel@guybrush> <51E42247.5020500@lsces.co.uk> Date: Mon, 15 Jul 2013 23:30:07 +0200 Message-ID: To: Lester Caine Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a11c3808edc872504e1939286 Subject: Re: [PHP-DEV] PHP proposal on modular systems From: krebs.seb@gmail.com (Sebastian Krebs) --001a11c3808edc872504e1939286 Content-Type: text/plain; charset=ISO-8859-1 2013/7/15 Lester Caine > Marco Pivetta wrote: > >> PS i'm not so practice with composer ( used few times ) but when modular >> >>> >systems , such as CMS , give the possibility to extends them with >>> external >>> >components...i don't think that composer could solve this problem. >>> > >>> >> It is actually already happening. >> You should really really really check it out before going further in >> exploring already explored grounds. >> > > The real problem here is with PEAR being installed as part of the > distribution, and not then being compatible with other applications. The > safest way to use this is by bundling the correct version with the > application, but that does create bigger downloads. Even were applications > using the like of Zend framework need the correct version given the number > of wrapper systems that go with it. > > Composer is just another complication that has to be added to the mix ... > and not currently common in linux distributions? No need for: $ chmod +x composer.phar $ # use it > > > -- > 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 > > -- github.com/KingCrunch --001a11c3808edc872504e1939286--