Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15065

Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify

From Jerry Stuckle <jstucklex@attglobal.net>
Newsgroups comp.lang.php
Subject Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify
Date 2015-03-06 08:12 -0500
Organization A noiseless patient Spider
Message-ID <mdc938$798$1@dont-email.me> (permalink)
References (1 earlier) <md9ait$hlm$1@dont-email.me> <87oao71rfb.fsf@ahungry.com> <md9pdc$ahc$1@dont-email.me> <87fv9j1oti.fsf@ahungry.com> <mdbnp5$627$1@dont-email.me>

Show all headers | View raw


On 3/6/2015 3:17 AM, crankypuss wrote:
> On 03/05/2015 07:50 AM, Matthew Carter wrote:
>> Jerry Stuckle <jstucklex@attglobal.net> writes:
>>
>>> On 3/5/2015 8:53 AM, Matthew Carter wrote:
>>>> crankypuss <invalid@invalid.invalid> writes:
>>>>
>>>>> On 03/01/2015 07:35 AM, 0ntariokingston@gmail.com wrote:
>>>>>
>>>>> I've built something that I call phpLibMgr.  The most readily
>>>>>
>>>>> Basically phpLibMgr acts like a static link operation, all the
>>>>> necessary routines are included in the output module.  I'd like to
>>>>> include a copy of PHP in the packed result but the terms of its GNU
>>>>> licensing agreement appear to prohibit such a thing, so packed
>>>>> applications only run on systems already having PHP installed.
>>>>>
>>>>
>>>> Actually PHP uses it's own license (which is different from GPL),
>>>> although you are right, by virtue of including the word 'php' in your
>>>> project name, you are ineligible to include any of the PHP source code
>>>> without breaking the license.
>>>>
>>>> http://php.net/license/index.php
>>>>
>>>> If you renamed your project to myLibMGr or something, you'd be fine to
>>>> include the PHP source code though.
>>>>
>>>
>>> You're confusing the PHP source code with PHP scripts.
>>>
>>> You cannot distribute the code for the interpreter (or anything else
>>> provided by Zend) and call it PHP.
> 
> I do see from looking at the current redistribution terms that they are
> quite fond of the name "PHP", which does not pose a problem imo.
> 
>>> This is different from scripts or other code you write which operates
>>> completely independent of the Zend code, which Zend cannot control since
>>> they don't own it in the first place.
>>
>> Ah in that case my bad - I thought he was talking about including a PHP
>> interpreter in his compressed PHP code (so it could uncompress on
>> machines without PHP installed).
> 
> That's exactly what I was talking about.  Currently an application that
> has been "statically linked" (so to speak) into a single compressed file
> will uncompress itself and run on any linux system that has PHP
> installed, but with a slightly modified copy of the interpreter
> "prepended" to the compressed script such an application could run on
> systems that don't have PHP installed.  For some of the things I'm
> interested in (system install, system backup, boot setup) that could be
> beneficial.
> 

My mistake.  I didn't understand you were including a modified copy of
the interpreter.  IN that case I agree with Matthew.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

PHP Packer & Compressor, HTML Embed, JavaScript Minify 0ntariokingston@gmail.com - 2015-03-01 06:35 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Denis McMahon <denismfmcmahon@gmail.com> - 2015-03-03 13:57 +0000
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-03 20:57 -0800
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 05:46 -0500
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-03 22:18 -0800
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 05:47 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> - 2015-03-04 11:48 +0000
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 08:42 -0800
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> - 2015-03-04 17:12 +0000
            Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 09:15 -0800
            Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 09:23 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-04 13:29 +0100
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 07:40 -0500
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-04 15:47 +0100
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 10:26 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 09:13 -0800
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-03-04 20:24 +0100
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 11:02 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-03 14:33 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 11:45 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 13:15 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-03-03 23:07 +0100
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-03 19:24 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-03 19:39 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 15:32 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-03 19:25 -0500
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-03-04 01:37 +0100
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 17:02 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 17:06 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Christian White <0ntariokingston@gmail.com> - 2015-03-03 17:16 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-03 21:00 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-03 18:07 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-03 18:24 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-03 21:46 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-03 21:01 -0800
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 05:43 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-03 18:52 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 05:45 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 09:11 -0800
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 12:40 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 08:38 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 12:42 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 09:46 -0800
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-04 13:01 -0500
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 10:12 -0800
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 10:14 -0800
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 10:15 -0800
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 10:17 -0800
            Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-03-04 20:32 +0100
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 11:35 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-04 11:38 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify crankypuss <invalid@invalid.invalid> - 2015-03-05 03:19 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Matthew Carter <m@ahungry.com> - 2015-03-05 08:53 -0500
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify crankypuss <invalid@invalid.invalid> - 2015-03-05 07:10 -0700
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Matthew Carter <m@ahungry.com> - 2015-03-05 09:13 -0500
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify crankypuss <invalid@invalid.invalid> - 2015-03-06 01:05 -0700
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-05 09:32 -0500
        Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Matthew Carter <m@ahungry.com> - 2015-03-05 09:50 -0500
          Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify crankypuss <invalid@invalid.invalid> - 2015-03-06 01:17 -0700
            Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-06 08:12 -0500
              Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify crankypuss <invalid@invalid.invalid> - 2015-03-07 04:37 -0700
                Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-07 10:30 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-05 15:22 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-03-06 01:15 +0100
      Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-05 21:36 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-05 18:08 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-05 21:41 -0500
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-05 18:35 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA WHAK.com)" <0ntariokingston@gmail.com> - 2015-03-05 18:44 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-06 08:09 -0800
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-07 10:56 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Denis McMahon <denismfmcmahon@gmail.com> - 2015-03-08 01:12 +0000
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-07 20:49 -0800
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 08:33 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 08:39 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 16:21 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 08:39 -0700
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 08:48 -0700
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 17:05 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 20:14 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 17:54 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 22:12 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 17:55 -0700
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 17:56 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 22:12 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 17:57 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 18:05 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 22:14 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify "Christian White (AKA Dave Brown AKA Troll Teaser)" <0ntariokingston@gmail.com> - 2015-03-08 19:43 -0700
    Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-08 22:57 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify MASTER TROLL BAIT <0ntariokingston@gmail.com> - 2015-03-08 20:06 -0700
    Re: SPAMMER Christian White (AKA Dave Brown) Jerry Stuckle <jstucklex@attglobal.net> - 2015-03-09 09:41 -0400
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify MASTER TROLL BAIT <0ntariokingston@gmail.com> - 2015-03-09 07:32 -0700
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify MASTER TROLL BAIT <0ntariokingston@gmail.com> - 2015-03-09 08:03 -0700
  Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify MASTER TROLL BAIT <0ntariokingston@gmail.com> - 2015-03-14 02:27 -0700

csiph-web