Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104986 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 76806 invoked from network); 29 Mar 2019 07:35:33 -0000 Received: from unknown (HELO mail-wr1-f46.google.com) (209.85.221.46) by pb1.pair.com with SMTP; 29 Mar 2019 07:35:33 -0000 Received: by mail-wr1-f46.google.com with SMTP id w10so882935wrm.4 for ; Thu, 28 Mar 2019 21:29:36 -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=B4ysgk43aPTb0D/XbPxQzSIaN/afiF7IZyzyLZzl8T8=; b=MYw1xli6Jnrz9SJbzhE7mxuadpRyTgYyTJcCcegPGMLWViHO5Yh3AyDT0r/UEcEqnF 2ojjN4OuvV+C1d0jA5aX6LjvKqntWCzWWp+YT8I0n3MA4a95/XZcrmgAEBBaOl8ouRJd 7fVr9aP6LE+Gg6bz7GwtIzEXadSbrU1HhnvzXReQ/m1DZVel+7JRZM3lkFMrgyohn5mN I3WPPLaYUExYyrMUIUoRtjjvvNAgnOWpfzbSzB2NyAX74Kt5XZPVrqcEGrYV0o5bUrGh ea5f3O/KHKTapzp2n7FqjkLiLFWRRr5FxROcRv8rGUV7JwL2VHcK28zlI6zrKopR3OFh R1+g== 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=B4ysgk43aPTb0D/XbPxQzSIaN/afiF7IZyzyLZzl8T8=; b=Ia85RJxJPZSe47LKAqWoTFzE0Bx+4sa9SOGqunCATQD49r0TCLu1LVT84E4RHL4ibJ /QGFZZeAWp7Y6+kcJBjHDTVKgyoA8EargsVW8iifWz8cVri/uLQBkLZzJggG17e5nmSE jMfEfHOfgLPMg9bGqk8XRj4AumuuAA1U4Hb6HCRA6jgm+NXNoSjX/xdHQ1jepyvmPy/Q Nx+NJfN01lfw6NkVtbY3+tOlJ8pN3f2U/Zx9YfiaWfy3+eZMnn4ezknavjsqblrbgTQd akK66PtbNtoGZIADkA2Z3hbZOpvtaZkndJm30XlVf+x/iesg6HY7R12gjRDQjSmWswto 10fg== X-Gm-Message-State: APjAAAVNEmuuFFy66jZApSqF9nZlKPXRRld2QYKLXDDiAMMWju/SeWDe D7BTeYWD3WSuG9G/8TYwJDyydTYMDJ/qrnDjKbc= X-Google-Smtp-Source: APXvYqytJ4Mkwx0d/j9tlSuJDBKNzdH/X7zKZ5JA7TsBYsJwS/cpvTSp7YIQ0sMC1K7gKAw8mOxctUKuDcWlaHV4bjk= X-Received: by 2002:adf:ce8c:: with SMTP id r12mr8886932wrn.60.1553833775704; Thu, 28 Mar 2019 21:29:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 29 Mar 2019 11:29:22 +0700 Message-ID: To: Levi Morrison Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000003db1930585341e9c" Subject: Re: [PHP-DEV] Status of pickle? From: pierre.php@gmail.com (Pierre Joye) --0000000000003db1930585341e9c Content-Type: text/plain; charset="UTF-8" On Thu, Mar 28, 2019, 10:40 PM 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. We did not push it hard. Also it is mostly features complete but a packagist for extensions. The latter is not a must as pickle works exactly like composer, it can install ext from any sources, git, archives, pecl.php.net or files. I provided a PR a while ago to integrate it to composer, but the composer team wanted it using another way. I still do not know what would be the best way but it should not be too complicated. On a side note, pickle is not related to php.net. :) best, --0000000000003db1930585341e9c--