Hi, I'm not sure about what you're trying to do. PHP extensions are rather linked against some other libraries, like Qt in your case, so that libs have to be available. And PHP extensions use the API provided by the PHP core. It's of course possible to invoke programs from within an extension using system calls, however that's not the way one should take. Another thing is the license question as Qt < 4.5 is under GPL3.
Regards Anatoliy On Mon, January 14, 2013 11:05, Yahav Gindi Bar wrote: > Hi, > I'd like to create a wrapper extension for a program written in C. I got > the program compiled and support cross platform , so can I include the > bin file and just execute it or I need to include the source code? > > My "problem" is that this program based on Qt framework and I don't think > it so wise to give the user to install the entire framework for just PHP > extension. I will be able to submit it to PECL If I"ll just include the > binary executable file? > > Thanks for your advices! > > > Regards, > Yahav. -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
