Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112324 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74894 invoked from network); 30 Nov 2020 19:40:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Nov 2020 19:40:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1DF1918050B for ; Mon, 30 Nov 2020 11:07:18 -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.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) (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 11:07:17 -0800 (PST) Received: by mail-io1-f54.google.com with SMTP id d7so4108050iok.1 for ; Mon, 30 Nov 2020 11:07:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HYEx+kg2dQuuVtZDl9iD5mzJxOfebj7fmodAZZgIZww=; b=HBHhwDz7gC6juK+ANrtgsiQgkW73SOpOV5VjkTGMfx1CPNT0M2ehrCpPaaVA1JK0s5 T0w0dqnhFeyn7dSUJwN90VP6yCGfUtpmmhmIX6c5Qbadkam3Dmqs0/u5eCChYZg4E/Tn eLq2JWzyAwkPerJ9xJ5ku3nT2lCbETUM0cTQw= 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=HYEx+kg2dQuuVtZDl9iD5mzJxOfebj7fmodAZZgIZww=; b=NFeh2DTO8VAmlActH8NoPRci+s4/1o8CooRVknAUctP1WusIAmki1CTTiQqybpsRZK LnGb6zXljP/FNr55CrX03LZ8qL1lrRpLc9chi89VwoG2lpn1FQIO5snShWCAjr3p7MWE +BuYVd6inMXlYF5LL5yH2mNzWIGuS+5s5hEzm3ZJQnxYWzYC9A5iUA2OpZV4Ft0Up2Ys u743lP1uLcF5zHUYRlXXU92dM//8rUpy6xp7qRHexd8PttrkTkU0/CKG7cm4SwFer0o5 wlxbVA2x0IA8tXQaK2qoAIYpCyr3nVtLnG1aIx5T8LfMeSqFyYHBGmyBkzXA9nriBbLy D4wQ== X-Gm-Message-State: AOAM532pR7xlUrj7hhmSJ6iVl0E2b8UUxtPkTfuzpzh/XPha3bSm2vxa Ps7UU9H+que1dSUOlODuYvdaSe+0TaS4CSH5S+qklZZC964= X-Google-Smtp-Source: ABdhPJwNi4DYN1vVQLwxaK7jD3UDrAV8Lkc3CD+5L5oO23jVA+b4Un2EuyjWGaZ0/Dk7MhOk4ME8lscZgX+KBS0dxZM= X-Received: by 2002:a5e:9916:: with SMTP id t22mr475004ioj.177.1606763235795; Mon, 30 Nov 2020 11:07:15 -0800 (PST) MIME-Version: 1.0 References: <1f12d34e-a462-8ee0-81b6-438d1702fe64@php.net> In-Reply-To: <1f12d34e-a462-8ee0-81b6-438d1702fe64@php.net> Reply-To: Levi Morrison Date: Mon, 30 Nov 2020 12:07:05 -0700 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000e87fb005b557b716" Subject: Re: [PHP-DEV] phar command From: internals@lists.php.net ("Levi Morrison via internals") --000000000000e87fb005b557b716 Content-Type: text/plain; charset="UTF-8" On Mon, Nov 30, 2020 at 8:59 AM Sebastian Bergmann wrote: > Am 30.11.2020 um 16:55 schrieb Nikita Popov: > > My understanding is that packaging libraries as phars is not exactly > > straightforward, and people use different tooling to achieve that. > > While I do not use this "phar" command to package my software as PHARs, I > use it every once in a while to look inside a PHAR. Don't know whether > that justifies keeping it around, though. I've used it occasionally, and almost entirely to poke around a phar (`phar tree phpunit-9.phar`, for instance). --000000000000e87fb005b557b716--