PHP License


The PHP License is the software license under which the PHP scripting language is released. The PHP License is designed to encourage widespread adoption of the source code. Redistribution is permitted in source or binary form with or without modifications, with some caveats.
Version 3 of PHP used a dual license—PHP 3's source is available under either the PHP License or the GNU General Public License. This practice was discontinued as of PHP 4, with PHP's developers citing the restrictions on reuse associated with the GPL's copyleft enforcement as being the reason for dropping it. The Zend Engine, the core of the PHP interpreter, is separately licensed under the similar Zend Engine License, which contains similar naming restrictions to the PHP license, and a clause requiring advertising materials to mention its use.

Criticism

The PHP License is an open source license according to the Open Source Initiative, and a non-copyleft free software license according to the Free Software Foundation. The license is GPL-incompatible due to restrictions on the usage of the term PHP.
Debian maintainers have had a long-standing discussion about the validity of the PHP license. Expressed concerns include that the license "contains statements about the software it covers that are specific to distributing PHP itself", which, for other software than PHP itself therefore would be "false statements".