PHP GTK compiller?

View: New views
2 Messages — Rating Filter:   Alert me  

PHP GTK compiller?

by Jiří Němec :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.



--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: PHP GTK compiller?

by Elizabeth M Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

--
PHP-GTK General Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php