mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
PHP runs better on *nix, moving windows down.
This commit is contained in:
@@ -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
|
[php-release]: http://www.php.net/downloads.php
|
||||||
[cli-server]: http://www.php.net/manual/en/features.commandline.webserver.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
|
## 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].
|
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
|
[apple-developer]: https://developer.apple.com/downloads
|
||||||
[mamp-downloads]: http://www.mamp.info/en/downloads/index.html
|
[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}
|
[Back to Top](#top){.top}
|
||||||
|
@@ -33,8 +33,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="#use_the_current_stable_version_54">Use the Current Stable Version (5.4)</a></li>
|
<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="#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="#mac_setup">Mac Setup</a></li>
|
||||||
|
<li><a href="#windows_setup">Windows Setup</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#code_style_guide">Code Style Guide</a></li>
|
<li><a href="#code_style_guide">Code Style Guide</a></li>
|
||||||
|
Reference in New Issue
Block a user