Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10933 invoked from network); 18 Jul 2013 09:07:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 09:07:54 -0000 Authentication-Results: pb1.pair.com header.from=ellison.terry@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ellison.terry@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.171 as permitted sender) X-PHP-List-Original-Sender: ellison.terry@gmail.com X-Host-Fingerprint: 74.125.82.171 mail-we0-f171.google.com Received: from [74.125.82.171] ([74.125.82.171:47393] helo=mail-we0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/E1-20914-460B7E15 for ; Thu, 18 Jul 2013 05:07:54 -0400 Received: by mail-we0-f171.google.com with SMTP id m46so2661488wev.16 for ; Thu, 18 Jul 2013 02:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=eYdEWIViTDEwhgOyS5EaCnbrS8Z0pOAkhhivavHfa+Y=; b=0PGhNbzxxxFmECAn5Zx79yUXN+Dy7ygKIqVfWIGuLtPuZZriAvWOUysqDDzHy/85hS FSlpM3U3BYRMD25ZlVPYlOSAZWXz1UfZmm8ntomQzFbpgtRK+wc+KRDam2gJkk7q9dSk NpaGn33kgFnRdU50ajQexv3fHolnZFNwpGXQE9HBYxw6wOTg3DJIoW12bTSw7sxPnyXA QBUSUL21fb8OICNbXB8YCdtczcf5Msn3j4mvbzVc5RbpaWMyA65WeUU6eOOuII0ls75Z wD5Le6J1a8dBr3AXh102np5A6hO6NlokvHdc3M3aXxw6nJMx/0wsNliolY6e0bAQ8/68 3W0g== X-Received: by 10.180.198.146 with SMTP id jc18mr18737391wic.61.1374138459436; Thu, 18 Jul 2013 02:07:39 -0700 (PDT) Received: from [192.168.1.66] (host81-156-148-149.range81-156.btcentralplus.com. [81.156.148.149]) by mx.google.com with ESMTPSA id o10sm15043231wiz.5.2013.07.18.02.07.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Jul 2013 02:07:38 -0700 (PDT) Message-ID: <51E7B052.2010104@gmail.com> Date: Thu, 18 Jul 2013 10:07:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: crankypuss CC: internals@lists.php.net References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------040608010403030708090606" Subject: Re: [PHP-DEV] execute compressed PHP command-line application From: ellison.terry@gmail.com (Terry Ellison) --------------040608010403030708090606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit crankypuss wrote: > ... I don't want to have to modify the interpreter at this point... > Sorry, but this list is for just this purpose, so you post does belong on the DL. Regards Terry PS. read up on PHAR extensions and use of streams. There's nothing stopping you specifying a phar or even a compress.zlib stream on the commandline. --------------040608010403030708090606--