Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104983 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 36384 invoked from network); 28 Mar 2019 20:08:31 -0000 Received: from unknown (HELO mail-wr1-f48.google.com) (209.85.221.48) by pb1.pair.com with SMTP; 28 Mar 2019 20:08:31 -0000 Received: by mail-wr1-f48.google.com with SMTP id w1so23881805wrp.2 for ; Thu, 28 Mar 2019 10:02:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=n4O4IxNVTfj3B6m7Q9rBmHc/r6grwc1COjSomH3P6dg=; b=h0U0qRSb/UIBABEjkSzxWlNLV0UbzugQcQYkEMm1AfI07dBpMvRp0ZqZDqv6Xn7dno 6nc2kaz98XtbTlcnkyP+n6Pks8GO9j3A08oYGh2dwVrPF1hvecUF8TJ1DUTt2B6xGf20 Bf0ZBUJv2zm18eLGB9K+m/3CllFSM49KwiUSH4+3iAbcFElfz5G3PgcY8YHyt49RfVSn SpJySCx0LR+oyrbW3e28lWMuk6j+J686oTDTsGRCNo8DLZUxQS8ivsHs7Dw271Xkt8j7 q50OzO7LtgVdD8ggBh5MJ9OVZzwgpPj7cgQgzxvtrz87KUktNW8UqEZ8xcYifEB6bTeQ MZyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n4O4IxNVTfj3B6m7Q9rBmHc/r6grwc1COjSomH3P6dg=; b=ebG9qQjlJgebTobY85txan5pE8RN/QoKjGqPnALfkljn3XlQw7PVqW/YZIaj8tEtlf ++2e7eTaCbZOMVgc/bo7Frp3Aumcw84iE7eMufEFetmnaYHkBvUVY8/nHS+sgD6S6BNF PgRhMze+w67OJMeYYkHqa3IB7ChFYTjRIsg4otDO98EZaXtvDsm37il6Izzy0UIJ9gf9 HvFHoq1pd/MbZN2Y55VWFRScCYiu07bWs+E47cBl7jLwSVZRYhIZNhaJtL+8bhoVVRbO jI0uxP2C1lZYwPhfLEcSZS1oS49Hj5A0zylblelh3Sc5o4nU2XkreOL6u/G0m1wSrmw+ 1BIw== X-Gm-Message-State: APjAAAXyjw2luGWy2X++TZ7Erv5g1eBhhs+g5N4ShtqSUCr42tCur8fl 7TczBLFwYor0Rssx6A8pszHixn92RMVax69k5k3ZAg== X-Google-Smtp-Source: APXvYqxxw5z6xuPvsQeGH+ZLMdXN7srjIr7I1YKvP199Q/VST6BmiPh9KAqTy616VGTv7Jg7QFLyguEuF3D2ALnY6S0= X-Received: by 2002:adf:f04e:: with SMTP id t14mr28781585wro.263.1553792546343; Thu, 28 Mar 2019 10:02:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 28 Mar 2019 18:02:15 +0100 Message-ID: To: Levi Morrison Cc: internals Content-Type: multipart/alternative; boundary="000000000000c78d5f05852a844d" Subject: Re: [PHP-DEV] Status of pickle? From: krakjoe@gmail.com (Joe Watkins) --000000000000c78d5f05852a844d Content-Type: text/plain; charset="UTF-8" Morning Levi, For me, as author of many extensions, pickle becomes valuable at the point when composer supports it and we have another route to deployment built into composer. Currently, there is no remarkable difference between using pecl or pickle to build, except pecl is available everywhere, and pickle is only available after an additional dep in composer.json. I'm not sure of the exact reasons why the project lost traction, there seemed to be some disagreement about how to move forward between developers of pickle and composer. Cheers Joe On Thu, 28 Mar 2019 at 16:40, Levi Morrison wrote: > I was reviewing the options for installing extensions on a per-project > basis. The most recent effort I have found was pickle. Can someone > more knowledgeable chime in on the status of the project? I'm also > interested in why it hasn't gained more traction. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --000000000000c78d5f05852a844d--