Difference between revisions of "PHP License"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 25: Line 25:
 
* [http://www.php.net/license/ Official PHP License information]
 
* [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
 +
 +
[[Category:PHP]]
 +
[[Category:Software licenses]]

Latest revision as of 05:21, 22 April 2016

The PHP License is the software license under which the PHP scripting language is released.

Description

The PHP License is:

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