Fábio migliorini wrote:

> 
> The php was distributed under gpl in the version 3.... now it´s distribued
> under "the php license" that is based on qpl (qt public license)... so...
> 
> 1) Is "the php license" incopatible with gpl?
> 2) Can I write a program in php and to distribute it under the gpl
> license? 3) Why qpl and not gpl?
> 

1. According to GNU, it is indeed incompatible. From 
http://www.gnu.org/philosophy/license-list.html:

"This license is used by most of PHP4, but one important part of PHP4, the 
Zend optimizer, uses a different and worse license: the QPL. 

This is a non-copyleft free software license with practical problems like 
those of the original BSD license, including incompatibility with the GNU 
GPL."


2. Yes. Just because PHP itself is licensed under the PHP License doesn't
   mean the code you write is automatically given the same license, just    
   like software you code with gcc isn't automatically GPL'd (or LGPL'd?).


3. I don't know, but it may have something to do with how the Zend engine
   is licensed, what with it being on the commercial side of PHP and all.

J




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to