Skip to content

Commit

Permalink
Inform that built-in web server is a 5.4+ feature
Browse files Browse the repository at this point in the history
Signed-off-by: Rogerio Prado de Jesus <[email protected]>
  • Loading branch information
rogeriopradoj committed Jun 21, 2013
1 parent 8d8fa72 commit c0152e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _posts/01-03-01-Built-in-Web-Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion _posts/01-05-01-Windows-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ isChild: true
PHP is available in several ways for Windows. You can [download the binaries][php-downloads] and until recently you could use a '.msi'
installer. The installer is no longer supported and stops at PHP 5.3.0.

For learning and local development you can use the built in webserver with PHP 5.4 so you don't need to worry about configuring it. If you
For learning and local development you can use the built in webserver with PHP 5.4+ so you don't need to worry about configuring it. If you
would like an "all-in-one" which includes a full-blown webserver and MySQL too then tools such as the [Web Platform Installer][wpi],
[Zend Server CE][zsce], [XAMPP][xampp] and [WAMP][wamp] will help get a Windows development environment up and running fast. That said, these tools will be
a little different from production so be careful of environment differences if you are working on Windows and deploying to Linux.
Expand Down

0 comments on commit c0152e6

Please sign in to comment.