Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112325 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 2272 invoked from network); 1 Dec 2020 02:49:13 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Dec 2020 02:49:13 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 62C4F180532 for ; Mon, 30 Nov 2020 18:16:33 -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.5 required=5.0 tests=BAYES_20, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) (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 18:16:29 -0800 (PST) Received: by mail-yb1-f169.google.com with SMTP id x2so389708ybt.11 for ; Mon, 30 Nov 2020 18:16:29 -0800 (PST) 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:reply-to :from:date:message-id:subject:to:cc; bh=taXJwVZH8Ei88K+JbT62V4ii+4JcF0i8dZGQc9GV9iU=; b=Bxvf+2bywCcUOdXPgLRJHJhsVH+gp03MF37WR1LBmmyqjisqMOZVv6NpfslD0SdRKL KfkgKD8yvlb2EOK9lVjS0OEYu8vLTUBL+7O/5IqdCvau14EZLbSyJAhhHXoCM9sW/CkY H9DPo2CcXqU2wpBkZxKDNYKVY4fs5G/x8o/kUW/LbNP2niQ6cO+T4G9ZpYdCRWIitUma g2HoIoWBwzaWVEnNOWqm2FVVhOXmJCuJcHG2Di+UAjv3IlrBNnfLA7bPtgCgF6NvwXqg Ppj0MlfZTcqxulgpGpv3Fr3rbCvkdXJ6RyK1mc1V3cMQCmMUF7tYXdbFQ+TXHa3muIZ/ 1aQg== X-Gm-Message-State: AOAM5327T6GgOuW/iznp+7uNq0WD2ciYVbY1ZIVlD9vuKYV7/qFNjwIn mFkIa4KUKhcRx9hTkLkcTdnu/IC2mjBEkEfZ+UY= X-Google-Smtp-Source: ABdhPJytObnCxhk+3HyDM5waYYJOS22kJifpebOpgpVqI+OEaKOCbsaBcdQNv16Ss4/CIOqKpgw2/vTnBVp0rxKIEoQ= X-Received: by 2002:a25:cc51:: with SMTP id l78mr521558ybf.496.1606788988464; Mon, 30 Nov 2020 18:16:28 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Reply-To: bishop@php.net Date: Mon, 30 Nov 2020 21:15:52 -0500 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000e2f15305b55db6a9" Subject: Re: [PHP-DEV] phar command From: bishop@php.net (Bishop Bettini) --000000000000e2f15305b55db6a9 Content-Type: text/plain; charset="UTF-8" On Mon, Nov 30, 2020 at 10:56 AM Nikita Popov wrote: > > 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. > I also regularly use it for inspecting phar. However, I had thought - at some point when time allows - it'd be nice to migrate it from php-src/ to its own phar-tools/ repository. Doing so focuses php-src/ to just the gritty Phar implementation and lets us develop independently consumable tooling. --000000000000e2f15305b55db6a9--