Hacker News new | ask | show | jobs
by lai 3007 days ago
What the.. PHP has a built-in server now?
5 comments

For quite some time already and not to be used in production.
Yes, but AFAIK it is not multi-threaded so it's not fit for production, at all. It's good for development and testing.
And a built in debugger.
Yes. Since 6 years ago with release of 5.4 in 2012.
It's not multithreaded so it's impossible to use in production.
It's not meant for use in production. It's a lighter-weight substitute for a full Apache stack on development systems.