View Single Post

  #3 (permalink)  
Old 11-13-2004
Gyger Jean-Luc
 
Posts: n/a
Default Re: extension PHP Qt

Manuel Lemos wrote:

> Hello,
>
> On 11/13/2004 10:44 AM, Gyger wrote:
>> Three weeks ago, I have started to develop a binding extension for Qt and
>> PHP 5.

>
> Thne idea is interesting but there are a couple of details that may make
> your extension uninteresting for the current PHP community:
>
> 1. Very few people will be using PHP 5 soon.
>
> 2. Qt Open Source license is GPL. This means that your extension has to
> be GPL to be publicly distributed and only GPL programs can use your
> extension unless they pay the commercial Qt license.
>
> If you agree that this may be a problem, you may want to consider using
> wxWindows instead of Qt, and also benefit of cross-platform with native
> bindings without a cost or licence limitations:
>
> http://www.wxwindows.org/
>


I see your point of view and thank you for this.

Of course, I would like to distribute this extension with the GPL licence.
If I want to use Qt is because this library is a very power toolkit and I
use it everyday as PHP. I'm checked on Internet and I do not see if
somebody try to implement this binding, like PyQt or PerlQt etc...
Of course, it exist PHP-GTK, but I prefer Qt than GTK. But I don't want to
begin a discussion between this two toolkits, this is not the goal,
everybody prefer what he want.

In a first step, my intention is to have this extension on Linux system and
after also for windows and other, but first on Linux.

I thing that we can build very porwer tool with PHP and Qt.

Reply With Quote