News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
PHP 5.4 Built In Webserver
January 30, 2012 @ 11:35:09

Lorna Mitchell has posted a quick tutorial about a feature of the upcoming PHP 5.4 release, the built-in web server, and some tips on doing things like routing requests and changing the hostname.

One of the big features arriving with PHP 5.4 is the addition of a built-in basic webserver for use in development environments. Quite a few of the other scripting languages have something like this so I'm very pleased to see it in PHP. Using a server like this makes it easy to quickly try out some scripts without needing to configure apache or really do anything much! I had to look up a few things to get started, so I thought I'd write them down for posterity.

She includes instructions on how to get the server up and running from the command line, updating the location of the document root with a command line option and using a simple "routing.php" script to act as a front controller. Changing the hostname is as simple as changing "localhost" to something else when starting the server.

0 comments voice your opinion now!
webserver builtin configure tutorial server


blog comments powered by Disqus

Similar Posts

PHPRiot.com: Monitoring File Uploads using Ajax and PHP

PHPHacks.com: How to create an Ajax RSS reader with PHP

Pivory.com: From Ajax to WebSocket with PHP, a Quick Example

Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated - Steps 18 - 22

PHPMaster.com: Build Automation with Composer Scripts


Community Events











Don't see your event here?
Let us know!


series development framework language functional community phpunit symfony2 database usergroup zendframework2 release rest introduction podcast testing conference opinion unittest interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework