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
Post a Comment