Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Thomas Weinart:
Using The PHP 5.4 Webserver On Windows
Jul 31, 2012 @ 15:35:11

Thomas Weinert has posted a helpful hint for those developing their PHP applications in a Windows environment - how you can use the PHP 5.4 built-in webserver to test your applications.

PHP 5.4 has an built-in webserver. For local development it is not necessary to install Apache Httpd or another webserver anymore. You can just start an server from the command line. [...] To make things a little easier you can create a windows shortcut.

He shows what it looks like running in a console and steps you through the process of setting up the shortcut, giving you the flexibility to contril things like window size and buffer size.

tagged: winodws builtin webserver shortcut commandline

Link:


Trending Topics: