Re: PHP GTK compiller?

[email protected] (Elizabeth M Smith) Tue, 22 Apr 2008 07:49:40 -0400
Newsgroups php.gtk.general
Message-ID <[email protected]>
Jiří Němec wrote:
> Hello,
> 
> is there some way ho to compile a PHP GTP application (PHP 5.2) into
> exe file? If there is no compiller, how to run an application without
> cmd.exe window in a background?
> 
> Thank you.
> 
> 
At this time I don't know of any - why not just package your application
as a single file or phar (see php.net/phar if you don't know what that is).

To avoid the cmd.exe window - use php-win.exe instead of php.exe  They
work exactly the same except that php-win.exe does not spawn a dos window.

Thanks,
Elizabeth Smith