php2exe

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

Locked
troll2k
Forum Newbie
Posts: 1
Joined: Wed Nov 27, 2002 9:15 am

php2exe

Post by troll2k »

hi all,
i want to compile my php code in a standalone executable under Windows. I've already used PHPCompiler (from http://www.deskcode.com/phpcompiler/) but the web site is down since a long time. Do you know any other project, under GPL if possible ?

t2k
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

not sure but the PHP-GTK may be what your looking for. http://gtk.php.net/
User avatar
BigE
Site Admin
Posts: 139
Joined: Fri Apr 19, 2002 9:49 am
Location: Missouri, USA
Contact:

Post by BigE »

There are no 'compilers' that I'm aware of for PHP code. However you can check out http://www.sourceforge.com to see if there are possibly any projects there. The whole idea of compiling PHP code is great, but the smallest program would still be huge because you have to include so much for it. Not saying its imposible or will never be done... but thats kinda what stops some people from doing it.
supercranky
Forum Newbie
Posts: 1
Joined: Mon Jun 05, 2006 12:51 pm

Post by supercranky »

you should check out Bambalam PHP EXE Compiler / Embedder

http://www.bambalam.se/bamcompile

cheers,
cranky
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

This thread was dormant for about four years. Did you really mean to post to this thread? Just asking.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I'm gonna go ahead and lock this thread.. we don't generally like thread necromancy
Locked