Inform that built-in web server is a 5.4+ feature

Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
This commit is contained in:
Rogerio Prado de Jesus
2013-06-21 18:24:20 -03:00
parent 8d8fa72cca
commit c0152e6b53
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ isChild: true
## Built-in web server {#builtin_web_server_title}
You can start learning PHP without the hassle of installing and configuring a full-fledged web server (PHP 5.4 required). To start the server, run the following from your terminal in your project's web root:
You can start learning PHP without the hassle of installing and configuring a full-fledged web server (PHP 5.4+ required). To start the server, run the following from your terminal in your project's web root:
> php -S localhost:8000