Is there a simple PHP development server?
Posted
by pinchyfingers
on Stack Overflow
See other posts from Stack Overflow
or by pinchyfingers
Published on 2010-06-09T09:49:18Z
Indexed on
2010/06/09
9:52 UTC
Read the original article
Hit count: 177
When writing web apps in Python, it brain dead easy to run a development server. Django and Google App Engine both ship with simple servers.
The main feature I'm looking for is no configuration. I want something like the GAE dev server where you just pass the directory of the app as a parameter when the server is started.
Is there a reason that this is more difficult with PHP?
© Stack Overflow or respective owner