PHP runs better on *nix, moving windows down.

This commit is contained in:
Kris Jordan
2012-07-09 14:50:46 -04:00
parent cb43acc54f
commit cdb3d8a6e8
2 changed files with 12 additions and 11 deletions

View File

@@ -15,16 +15,6 @@ You can start learning PHP without the hassle of installing and configuring a fu
[php-release]: http://www.php.net/downloads.php
[cli-server]: http://www.php.net/manual/en/features.commandline.webserver.php
## Windows Setup
You can install PHP on windows from an install executable found on the official [PHP Downloads][php-downloads] page. For a complete Apache, MySQL, and PHP installation check out [WAMP][wamp-installer].
* [Read more about the official PHP Windows Installer][windows-installer]
[php-downloads]: http://www.php.net/downloads.php
[windows-installer]: http://www.php.net/manual/en/install.windows.installer.msi.php
[wamp-installer]: http://www.wampserver.com/
## Mac Setup
OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current stable version of PHP, though. You can get the PHP executable through a number of Mac [package managers][mac-package-managers] or [compile it yourself][mac-compile] (if compiling, be sure to have Xcode installed, or Apple's substitude ["Command Line Tools for Xcode" downloadable from Apple Developer][apple-developer]). For a complete Apache, MySQL, and PHP installation check out [MAMP2][mamp-downloads].
@@ -35,4 +25,15 @@ OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current st
[apple-developer]: https://developer.apple.com/downloads
[mamp-downloads]: http://www.mamp.info/en/downloads/index.html
## Windows Setup
You can install PHP on windows from an install executable found on the official [PHP Downloads][php-downloads] page. For a complete Apache, MySQL, and PHP installation check out [WAMP][wamp-installer].
* [Read more about the official PHP Windows Installer][windows-installer]
[php-downloads]: http://www.php.net/downloads.php
[windows-installer]: http://www.php.net/manual/en/install.windows.installer.msi.php
[wamp-installer]: http://www.wampserver.com/
[Back to Top](#top){.top}

View File

@@ -33,8 +33,8 @@
<ul>
<li><a href="#use_the_current_stable_version_54">Use the Current Stable Version (5.4)</a></li>
<li><a href="#builtin_web_server">Built-in Web Server</a></li>
<li><a href="#windows_setup">Windows Setup</a></li>
<li><a href="#mac_setup">Mac Setup</a></li>
<li><a href="#windows_setup">Windows Setup</a></li>
</ul>
</li>
<li><a href="#code_style_guide">Code Style Guide</a></li>