PHP compiler

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
kioto
Forum Newbie
Posts: 3
Joined: Sat Jan 15, 2005 11:12 am

PHP compiler

Post by kioto »

Hi all i want a compiler for my PHP-Gtk script.
Can i use the Bcompiler to create a .exe file on Windows ?
Thanks so much and sorry for my bad english
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If you search through the forums for "compiler +php" you should find the threads we've had about compiling php.

Moved to PHP - Code.
kioto
Forum Newbie
Posts: 3
Joined: Sat Jan 15, 2005 11:12 am

Post by kioto »

Yes, i know PriadoBlender but i have problem with installation of
last version. With the old version i have compiled simple PHP script
but when i have try to compile PHP-GTk script or other type of script
that needed of a particular extension or library i don't have a good result.
You know with Bcompiler is possible create an executable file for PHP-GTk ?
Thanks again
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

all the docs I read real quick about it says yes.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

I'm thinking PHP-GTK-PHPhoto now.. damn these forums giving me ideas!
kioto
Forum Newbie
Posts: 3
Joined: Sat Jan 15, 2005 11:12 am

Post by kioto »

In the mailing-list PECL i have get more information about the rule
of Bcompiler. In this state the extension cannot create an executable
but with it is possible create the same bytecode resulting from the parsing of Zend-Engine.
I learn about this http://wildphp.free.fr/wiki/doku.php?id ... table_file
If you have another solution tell me.
Good work to all.
Post Reply