Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68154 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14637 invoked from network); 18 Jul 2013 09:33:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 09:33:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=fullmoon@newsguy.com; sender-id=softfail Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.3 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.3 plane.gmane.org Received: from [80.91.229.3] ([80.91.229.3:41855] helo=plane.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/A2-20914-476B7E15 for ; Thu, 18 Jul 2013 05:33:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UzkaZ-0008RU-LV for internals@lists.php.net; Thu, 18 Jul 2013 11:33:31 +0200 Received: from 184.sub-75-220-118.myvzw.com ([75.220.118.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jul 2013 11:33:31 +0200 Received: from fullmoon by 184.sub-75-220-118.myvzw.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jul 2013 11:33:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 18 Jul 2013 03:33:17 -0600 Lines: 21 Message-ID: References: <51E7B052.2010104@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 184.sub-75-220-118.myvzw.com User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 In-Reply-To: <51E7B052.2010104@gmail.com> X-Archive: encrypt Subject: Re: [PHP-DEV] execute compressed PHP command-line application From: fullmoon@newsguy.com (crankypuss) On 07/18/2013 03:07 AM, Terry Ellison wrote: > 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. Everyone loves a list-nanny Not to worry too much, I expect to get around to it shortly, or maybe just say fork-it, or shamelessly grab some of the code as part of a base. > 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. > I see from a quick google that this might be at least a partial answer, but I'll need to learn more about it; the objective is to reduce external dependencies rather than to add one.