Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112321 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 55613 invoked from network); 30 Nov 2020 16:28:50 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Nov 2020 16:28:50 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A7B24180531 for ; Mon, 30 Nov 2020 07:56:03 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 30 Nov 2020 07:56:03 -0800 (PST) Received: by mail-lf1-f47.google.com with SMTP id t6so22525153lfl.13 for ; Mon, 30 Nov 2020 07:56:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xsLAzZT3/ETZE3flaGh8dt3WcOuumIaWl5WJEv+GV6Y=; b=Do81Fw6yHsNbQRxEBS+9XA338SWmK+IJyk40quqZjfbt/Gy53808g+0vPSAc/V/VoZ DgSsAHw8Gas7LyCbXwjmjQGvWhvk/uXdnuHJgp2AaQoE68lUA24qtWNax9mLf/HzTeYc zD6c8bbqUHKPv4N9GpWMDPhuZTB2Xdlyl9iatTsXRwa+Do1vNeh+eoMgPgRsrt04zv7l L9cSLxLFn3FKVdB5mMJwIZtEKDYnXjYkfrJqiLJD8ldDGMEKI2ojBal6mRg9dIYsONvh 994bs2PggEoUneIfisqbMQOi40xr1r8TfYlOs+1w7DZhMhljzij9rSWvLDMF7QzUIC44 gUaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xsLAzZT3/ETZE3flaGh8dt3WcOuumIaWl5WJEv+GV6Y=; b=jsQJ3250SzN2uD6l0gpd3oL4O5F6vsvgDM9c6w5Cm5KKORWmrv14q/Q/4tMRj/dmsH BSX+6sCOr9NZx1Tpa7OGUxhnRd0FPtq5/in593IZTgysCIlAEHazHfCXlqm3iBZVk2WB CDw1AErSAEDeSzRxgj7dBe5q0y7P2eMFw+HUKVkiq2+KUqAaZKv9uDX+MPJ5EkHs39KD K6d5b+SqZDUa/jomwaiZ9Ldv98MG+V0fYoCq6PD9/NALMXOARoVOLSFIViOkUYfwISDh ZzOoaeRe/IFy15tq3kZ8SxyAO/GirRmwVhBwhXcTw7ZhF397jn0QE+ax3k564b7S5e2K x7gw== X-Gm-Message-State: AOAM530vRc7M2Zq7il2Yr9xYNCw2s+teI4HYNucTydorCOOjj72/p9dH +9Gmf3khCNntm8D9rxCN4zCowFIVLwEpA1DH1+YdTAHlOBT37Q== X-Google-Smtp-Source: ABdhPJzbtvt+nyICjX/bT5SL6C15IJvvRXyIiXlHtSHMbIU+0Qd4ioYSfhJBecJ7LwDc0DYMxAKNfpDJYGLU94jFPa8= X-Received: by 2002:a19:f605:: with SMTP id x5mr10406613lfe.290.1606751759231; Mon, 30 Nov 2020 07:55:59 -0800 (PST) MIME-Version: 1.0 Date: Mon, 30 Nov 2020 16:55:41 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000d9f4db05b5550b1b" Subject: phar command From: nikita.ppv@gmail.com (Nikita Popov) --000000000000d9f4db05b5550b1b Content-Type: text/plain; charset="UTF-8" Hi, The PHP build system currently produces a "phar" command. See http://manpages.ubuntu.com/manpages/xenial/en/man1/phar7.0.1.html for a man page. Apart from changes to keep it working, the last time its implementation was touched was back in ... 2008. I'm wondering if anyone is using this command? My understanding is that packaging libraries as phars is not exactly straightforward, and people use different tooling to achieve that. Regards, Nikita --000000000000d9f4db05b5550b1b--