mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-14 01:33:58 +02:00
Merge branch 'gh-pages' of https://github.com/chartjes/php-the-right-way into gh-pages
This commit is contained in:
@@ -18,11 +18,14 @@ 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.
|
||||||
|
|
||||||
|
Generally running your application on different environment in development and production can lead to strange bugs popping up when you go
|
||||||
|
live. If you are developing on Windows and deploying to Linux (or anything non-Windows) then you should consider using a [Virtual Machine](/#virtualization_title).
|
||||||
|
|
||||||
Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools].
|
Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools].
|
||||||
|
|
||||||
|
[easyphp]: http://www.easyphp.org/
|
||||||
[phpmanager]: http://phpmanager.codeplex.com/
|
[phpmanager]: http://phpmanager.codeplex.com/
|
||||||
[openserver]: http://open-server.ru/
|
[openserver]: http://open-server.ru/
|
||||||
[easyphp]: http://www.easyphp.org/
|
|
||||||
[wamp]: http://www.wampserver.com/en/
|
[wamp]: http://www.wampserver.com/en/
|
||||||
[php-downloads]: http://windows.php.net/download/
|
[php-downloads]: http://windows.php.net/download/
|
||||||
[php-iis]: http://php.iis.net//
|
[php-iis]: http://php.iis.net//
|
||||||
|
Reference in New Issue
Block a user