Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72004 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1367 invoked from network); 2 Feb 2014 17:25:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2014 17:25:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.160.47 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.160.47 mail-pb0-f47.google.com Received: from [209.85.160.47] ([209.85.160.47:58755] helo=mail-pb0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/0F-30967-38F7EE25 for ; Sun, 02 Feb 2014 12:25:24 -0500 Received: by mail-pb0-f47.google.com with SMTP id rp16so6170711pbb.6 for ; Sun, 02 Feb 2014 09:25:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=4lpnDExXAaC9a6w7NKVWwyeHyobfLuOCfsp25hLQlCU=; b=dXkYJJQGsX9Zizi42Grg1I7fkSqz2mgz/F4RgtbvnESzPVM77BXKOTKkAgqyO8dgNO Tpfs4lFChfvi6LT3xgz1Bi2tjESB9unlVenu2EEpv5Mtr3EMJQqm1eJZ9vBaBDOnyG13 qVqKEG/1HPXeM1DnvsgCqWew5r90jgbrTXy756x26f2cW6Kl+8RxrDgjrpO54/NwF3nU TbZVhCO+BC9KZpJ98HrvIrOHX9J5E5TdcJzlpeo6j/v5crM4FSbzOIjtErImrj2zOdKD ba2XBgRI11+2l6fBmpJm8Z7TrnS4mOrenxBv8L9i8CueLTkipeeFmsi5o9Aaor+lxFpH 24Rw== X-Gm-Message-State: ALoCoQn1huEuDD61XNPx8x4VMhl0QGcS6PCNsyO1hDuIpOPIemJAgUbCwQOsKoog0ZwdflbwcPK7 MIME-Version: 1.0 X-Received: by 10.66.248.194 with SMTP id yo2mr26914381pac.51.1391361921039; Sun, 02 Feb 2014 09:25:21 -0800 (PST) Sender: php@golemon.com Received: by 10.70.77.164 with HTTP; Sun, 2 Feb 2014 09:25:20 -0800 (PST) X-Originating-IP: [173.252.71.189] In-Reply-To: <1D451400-10CA-4FCA-829C-61F44ACEEBC3@googlemail.com> References: <1D451400-10CA-4FCA-829C-61F44ACEEBC3@googlemail.com> Date: Sun, 2 Feb 2014 09:25:20 -0800 X-Google-Sender-Auth: aByRfYfR5c8gvItDYpKKwmdWA-Y Message-ID: To: Kevin Ingwersen Cc: internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] An outside-of PHP Phar creator? From: pollita@php.net (Sara Golemon) On Sun, Feb 2, 2014 at 9:19 AM, Kevin Ingwersen wrote: > I just wanted to ask: Is it possible, to create a Phar without having PHP installed - and furthermore, reading that phar? > It would take *some* tool which can parse the packaging format. Without PHP that means some purpose-built program in some other language which would then need to maintain parity with php/phar through various versions. To my knowledge, no such tool currently exists. -Sara