PDA

View Full Version : Localized PHP Applications


Coz
10-24-2006, 12:04 PM
Hey guys. I've been searching around for a packager that will allow you to deploy php applications to local computers. This would having a webserver with php extensions installed with the application, among other things.

I can't seem to find it and I'm not sure if it even exists. Does anyone happen to know of any such thing ? Hopefully free ?

Thanks.

kehers
10-24-2006, 12:17 PM
Are u looking for a way to deploy PHP applications on ur sys? I personally use appserv and recomend it. It comes wt php, mysql and apache. u can find it somewhere around here: www.appservnetwork.com

Coz
10-24-2006, 12:25 PM
Hmmn, kinda. I'm looking for a packager like install sheild where I can make an .exe that will install a webserver that only binds on some odd-ball port to localhost only. It would also need to be able to serve encoded php in no paticular flavor. It would also be nice for it to make a launch icon which would simply open your browser to localhost:xxx/app

Something like that.