From 66ce6df89f21e2a666263adc1adf9d06e030e4ef Mon Sep 17 00:00:00 2001 From: Chris Hartjes Date: Wed, 25 Nov 2015 14:44:22 -0500 Subject: [PATCH] Added a link to Chris Tankersley's blog post about what tools he uses to do PHP dev work on Windows --- _posts/01-05-01-Windows-Setup.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/_posts/01-05-01-Windows-Setup.md b/_posts/01-05-01-Windows-Setup.md index 45d58f7..5d32e19 100644 --- a/_posts/01-05-01-Windows-Setup.md +++ b/_posts/01-05-01-Windows-Setup.md @@ -17,14 +17,16 @@ If you need to run your production system on Windows then IIS7 will give you the can use [phpmanager][phpmanager] (a GUI plugin for IIS7) to make configuring and managing PHP simple. IIS7 comes with 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. - - -[php-downloads]: http://windows.php.net/download/ -[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/ + +Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools]. + +[phpmanager]: http://phpmanager.codeplex.com/ +[openserver]: http://open-server.ru/ [easyphp]: http://www.easyphp.org/ [wamp]: http://www.wampserver.com/en/ -[phpmanager]: http://phpmanager.codeplex.com/ -[php-iis]: http://php.iis.net/ +[php-downloads]: http://windows.php.net/download/ +[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