Re: [PHP-DEV] The built-in PHP web server is very cool!

2012-12-19 Thread Raymond Irving
Hi Patrick, Thanks for the feedback. I see your point and share some of your concerns. *> It also cannot handle more than one request at a time...* In my case a standalone web app will only be deployed on a single computer and will only be used by one user at a time, so concurrency should not be

Re: [PHP-DEV] The built-in PHP web server is very cool!

2012-12-19 Thread Patrick ALLAERT
2012/12/19 Raymond Irving : > Hi William, > > Why not? Thank you for the kind words Raymond (which should be addressed to Moriyoshi Koizumi), but as mentioned on: http://php.net/manual/en/features.commandline.webserver.php: * It has never been created for anything else than development purpose onl

Re: [PHP-DEV] The built-in PHP web server is very cool!

2012-12-19 Thread Raymond Irving
Hi William, Why not? On Wed, Dec 19, 2012 at 11:07 AM, William Betts wrote: > On Wed, Dec 19, 2012 at 10:05 AM, Raymond Irving > wrote: > > > Hello, > > > > I would like to thank you guys very much for adding the built-in PHP web > > server to PHP. For the first time I've just deployed a quick

Re: [PHP-DEV] The built-in PHP web server is very cool!

2012-12-19 Thread William Betts
On Wed, Dec 19, 2012 at 10:05 AM, Raymond Irving wrote: > Hello, > > I would like to thank you guys very much for adding the built-in PHP web > server to PHP. For the first time I've just deployed a quick standalone app > without having to go through the trouble of configuring IIS or any other >

[PHP-DEV] The built-in PHP web server is very cool!

2012-12-19 Thread Raymond Irving
Hello, I would like to thank you guys very much for adding the built-in PHP web server to PHP. For the first time I've just deployed a quick standalone app without having to go through the trouble of configuring IIS or any other web server. The installation was easy as ABC. The built-in server wa