I use python -m SimpleHTTPServer when I want to run my web application locally, quickly and without much trouble. However, SimpleHTTPServer does not have PHP support (or even MySQL support).
Is there something similar that I can do (preferably, but not necessarily do with Python) to quickly launch a PHP server for testing?
n0pe Mar 28 '12 at 3:20 2012-03-28 03:20
source share