mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 08:43:58 +02:00
Added a link to Chris Tankersley's blog post about what tools he uses to do PHP dev work on Windows
This commit is contained in:
committed by
Phil Sturgeon
parent
51d552281a
commit
66ce6df89f
@@ -18,13 +18,15 @@ can use [phpmanager][phpmanager] (a GUI plugin for IIS7) to make configuring and
|
|||||||
FastCGI built in and ready to go, you just need to configure PHP as a handler. For support and additional resources
|
FastCGI built in and ready to go, you just need to configure PHP as a handler. For support and additional resources
|
||||||
there is a [dedicated area on iis.net][php-iis] for PHP.
|
there is a [dedicated area on iis.net][php-iis] for PHP.
|
||||||
|
|
||||||
|
Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools].
|
||||||
|
|
||||||
[php-downloads]: http://windows.php.net/download/
|
[phpmanager]: http://phpmanager.codeplex.com/
|
||||||
[windows-path]: http://www.windows-commandline.com/set-path-command-line/
|
|
||||||
[wpi]: http://www.microsoft.com/web/downloads/platform.aspx
|
|
||||||
[xampp]: http://www.apachefriends.org/en/xampp.html
|
|
||||||
[openserver]: http://open-server.ru/
|
[openserver]: http://open-server.ru/
|
||||||
[easyphp]: http://www.easyphp.org/
|
[easyphp]: http://www.easyphp.org/
|
||||||
[wamp]: http://www.wampserver.com/en/
|
[wamp]: http://www.wampserver.com/en/
|
||||||
[phpmanager]: http://phpmanager.codeplex.com/
|
[php-downloads]: http://windows.php.net/download/
|
||||||
[php-iis]: http://php.iis.net/
|
[php-iis]: http://php.iis.net//
|
||||||
|
[windows-path]: http://www.windows-commandline.com/set-path-command-line/
|
||||||
|
[windows-tools]: http://ctankersley.com/2015/07/01/developing-on-windows/
|
||||||
|
[wpi]: http://www.microsoft.com/web/downloads/platform.aspx
|
||||||
|
[xampp]: http://www.apachefriends.org/en/xampp.html
|
||||||
|
Reference in New Issue
Block a user