python - Local test server for PHP similar to Django's runserver -


as python developer using django, i've grown accustomed have built-in test server projects, spares me setting apache every single project i'm working on local development machine. there similar php let's me "serve directory php project on localhost:8080"?

i'm not looking all-in-one-solution xampp or wamp.

looks php 5.4 added capability:

http://www.php.net/manual/en/features.commandline.webserver.php


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -