php compiler for windows

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
nazimpak
Forum Newbie
Posts: 5
Joined: Tue Jul 19, 2005 3:04 am

php compiler for windows

Post 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
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post by djot »

-see PHP-GTK -djot
nazimpak
Forum Newbie
Posts: 5
Joined: Tue Jul 19, 2005 3:04 am

Post 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
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post 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
-
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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 ;)
nazimpak
Forum Newbie
Posts: 5
Joined: Tue Jul 19, 2005 3:04 am

Post by nazimpak »

Thanks so much..
Post Reply