Difference between revisions of "PHP License"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 19: | Line 19: | ||
== External links == | == External links == | ||
− | * | + | * [http://www.php.net/license/ Official PHP License information] |
* [https://en.wikipedia.org/wiki/PHP_License PHP License] @ Wikipedia | * [https://en.wikipedia.org/wiki/PHP_License PHP License] @ Wikipedia |
Revision as of 06:06, 27 August 2015
The PHP License is the software license under which the PHP scripting language is released.
The PHP License is:
- A non-copyleft free software license (according to the Free Software Foundation)
- An open source license (according to the Open Source Initiative)
The license is GPL-incompatible due to restrictions on the usage of the term PHP.
Zend Engine License
While most of PHP is under the PHP License, most of the Zend Engine is under the similar Zend Engine License.
See also
External links
- Official PHP License information
- PHP License @ Wikipedia