Difference between revisions of "PHP License"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
 
(etc)
Line 8: Line 8:
 
The license is [[GPL]]-incompatible due to restrictions on the usage of the term PHP.
 
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 ==
 
== See also ==
Line 17: Line 19:
 
== External links ==  
 
== External links ==  
  
* [ PHP License] @ Wikipedia
+
* [[http://www.php.net/license/ Official PHP License information]]
 +
* [https://en.wikipedia.org/wiki/PHP_License PHP License] @ Wikipedia

Revision as of 21:17, 26 August 2015

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

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