php into exe files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Smackie
Forum Contributor
Posts: 302
Joined: Sat Jan 29, 2005 2:33 pm

php into exe files

Post by Smackie »

How can i make a php script into .exe file? I am working on a php/javascript messenger..

Thanx
Smackie
User avatar
Skara
Forum Regular
Posts: 703
Joined: Sat Mar 12, 2005 7:13 pm
Location: US

Post by Skara »

As php has no way of handling Windows API calls, I don't believe there's a way to do what you want. At least not in the way I take it you mean.
hongco
Forum Contributor
Posts: 186
Joined: Sun Feb 20, 2005 2:49 pm

Post by hongco »

i have read it somewhere on this site that there is an application to make php as a binary.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

There are a few php compilers out there...

http://www.priadoblender.com/index.php? ... &cslot_1=2

GTK 2 is in the works now too and should be done any day:

http://gtk.php.net/
hongco
Forum Contributor
Posts: 186
Joined: Sun Feb 20, 2005 2:49 pm

Post by hongco »

thanks burrito...

ps. your avatar makes me go hungry everytime i read your posts. :twisted:
Revan
Forum Commoner
Posts: 83
Joined: Fri Jul 02, 2004 12:37 am
Location: New Mexico, USA
Contact:

Post by Revan »

You can also use RoadSend PHP Compiler, commercial, but it can package the files staticly, so no includes for the user, makes the EXE quiet big, but using UPX on highest setting makes it lose 90%~ of the size increase( IE 6 MB file with includes turns into 1MB~).
Post Reply