Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Matthew Carter Newsgroups: comp.lang.php Subject: Re: PHP Packer & Compressor, HTML Embed, JavaScript Minify Date: Thu, 05 Mar 2015 08:53:44 -0500 Organization: Ahungry (http://ahungry.com) Lines: 26 Message-ID: <87oao71rfb.fsf@ahungry.com> References: <36d2f3e2-98db-48fc-8c97-71a8489a17a6@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="7c986cd4736462de309a749b207746fe"; logging-data="31475"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18EDaisxOerbmDZfoIGxny7" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:uDhoEi8BvAi68++E3DHJSrTaIgo= sha1:7JLwL1QZxqcwxGGRefGfKwiZWZI= Xref: csiph.com comp.lang.php:15048 crankypuss 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. -- Matthew Carter (m@ahungry.com) http://ahungry.com