Y
Hacker News
new
|
ask
|
show
|
jobs
by
lai
3007 days ago
What the.. PHP has a built-in server now?
5 comments
megous
3007 days ago
For quite some time already and not to be used in production.
link
nostalgeek
3007 days ago
Yes, but AFAIK it is not multi-threaded so it's not fit for production, at all. It's good for development and testing.
link
thawkins
3007 days ago
And a built in debugger.
link
tylerjwilk00
3006 days ago
Yes. Since 6 years ago with release of 5.4 in 2012.
link
Akujin
3007 days ago
It's not multithreaded so it's impossible to use in production.
link
duskwuff
3007 days ago
It's not meant for use in production. It's a lighter-weight substitute for a full Apache stack on development systems.
link