Page 1 of 1

php compiler for windows

Posted: Tue Jul 19, 2005 3:11 am
by nazimpak
Hi all,

I am looking for some open source free php compiler that can compile my whole web site so that it can run on a stand alone system.

Basically i want to write small appliaction so that users should be able to make changes into their web site(located on their local/desktop system) using my browser based application. Means a small browser based CMS that can change files on their local system and than they can upload the changed files to their required live server....

Regards,
Nazim

Posted: Tue Jul 19, 2005 3:25 am
by djot
-see PHP-GTK -djot

Posted: Tue Jul 19, 2005 5:24 am
by nazimpak
I have spend some tiem with PHP-GTK yesterday. but i think so it create code only as exe file.. but i want to run my php code on web browser.
is it possible with php-gtk

Thanks in advance,
Nazim

Posted: Tue Jul 19, 2005 5:28 am
by djot
-
I wasn't sure what you are looking for ... anyway PHP GTK is used for writing applications not for replacing a webserver to run your website standalone.

djot
-

Posted: Tue Jul 19, 2005 6:22 am
by Chris Corbyn
timvw got me onto this once

Wapache: http://wapache.sourceforge.net/

It's a modified version of apache with a built in browser and support for scripting languages like PHP.
It was buggy months and months agao when I tried it but might be worth a shot now it's a bit further on ;)

Posted: Tue Jul 19, 2005 9:15 am
by nazimpak
Thanks so much..