On Jan 27, 2015 12:03 AM, "Ferenc Kovacs" <tyr...@gmail.com> wrote: > > On Mon, Jan 26, 2015 at 3:45 PM, Sebastian Bergmann <sebast...@php.net> > wrote: > > > Am 26.01.2015 um 13:56 schrieb Lester Caine: > > > how would YOU propose to replace it? > > > > I am not talking about replacing but removing. > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > I could accept that for pear (as composer already support installation of > pear packages and just as wide spread as pear is/was), but imo we can't > ship php without a tool to install additional pecl extensions. > Maybe it's just me who thinks this way (and I know about pickle, so one > could argue that from user pov it would be as easy as 1, install composer, > 2, install pickle with composer 3, install your pecl ext with pickle.
Fyi, Composer will rely on pickle as soon as an ext dependency is detected. The idea is to check if it is available or auto fetch it if not. Once installed pickle will also support auto update like composer, so outdated version should not become a problem. The min php version is 5.4, without any kind of warning, deprecation notice and the likes. That brings us as far as I can tell on the safe side with 7. I still have to test with 7, adding it to Travis will help. > -- > Ferenc Kovács > @Tyr43l - http://tyrael.hu