Feb 05, 2010
Recent release of FastCGI Extension 1.5 for IIS 6.0 and IIS 5.1 has several new features and improvements that make it easier to run PHP on Windows and IIS. However, all the new features are only available when using Windows XP or Windows Server 2003...
Tags: FastCGI
Jan 26, 2010
The new release of WinCache Extension for PHP - version 1.0.1 – is available for download . This is a servicing release that has fixes for bugs reported in v1.0. In particular the following fixes and changes have been made in this release: Fixed...
Tags: PHPIIS News Item
Jan 18, 2010
Today IIS team has released to web the FastCGI Extension 1.5 for IIS 6.0 and IIS 5.1. This version is based on FastCGI Extension 1.0 and it adds several important improvements and features. This is a production ready release that is officially supported...
Tags: FastCGIIIS News Item
Dec 16, 2009
This post describes how to configure IIS to support multiple versions of PHP on the same server. This kind of setup is useful in development environments where it is necessary to test an application with different PHP versions. Also, it is often used...
Tags: PHPFastCGI
Nov 19, 2009
The Windows Cache Extension 1.0 for PHP – RTW is available for download. This is a final, production-ready release that is provided under an open source BSD license with the source code hosted and maintained on http://pecl.php.net/packages/wincache...
Tags: PHPWinCache
Nov 10, 2009
PHP.NET web site is known for its well written and very detailed documentation. The excellent content together with tons of user contributed notes has made the PHP.NET the primary place for getting the help on all PHP related questions. However there...
Tags: PHPFastCGI
Nov 09, 2009
The URL Rewrite Module 2.0 – Release Candidate is available for download . The release contains functionality and stability improvements and it is believed to have a quality level suitable for production deployments. Overview Microsoft URL Rewrite Module...
Tags: IIS News ItemURLRewrite
Oct 20, 2009
The Windows Cache Extension 1.0 for PHP – Release Candidate is available for download. The release contains functionality and stability improvements and it is believed to have the quality level suitable for production deployments. Install the Windows...
Tags: PHPIIS News ItemWinCache
Oct 07, 2009
This post describes how to configure IIS 7 to output syntax highlighted source code for PHP files stored on the web server or site. This feature may be useful for development environments when you want to quickly make the source code accessible to other...
Tags: PHPURLRewrite
Sep 02, 2009
The FastCGI module in IIS has a configuration setting maxInstances , which controls the number of concurrently running php-cgi.exe processes that IIS creates to process PHP requests. To achieve optimal performance, it is recommended to fine tune this...
Tags: PHPFastCGI
Sep 01, 2009
Today IIS team has released the beta of the Windows Cache Extension 1.0 for PHP . The Windows Cache Extension for PHP is a PHP accelerator , that is used to increase the speed of PHP applications running on the Windows operating systems. Any PHP application...
Tags: PHPFastCGIIIS News Item
Aug 15, 2009
Today I have published a new release of the WP Silverlight Media Player plugin for WordPress. In addition to a few important improvements and optimizations, it contains a new feature that allows to track the number of times the video files have been watched...
Tags: WordpressSilverlight
Aug 13, 2009
If you ever tried to write or modify rewrite rules in web.config file by using Visual Studio 2008 XML Editor, you may have noticed that the Visual Studio XML IntelliSense does not work for all URL Rewrite Module configuration elements. This is because...
Tags: URLRewrite
Jul 16, 2009
Today IIS team has released the URL Rewrite Module 2.0 for IIS 7 – Beta. This is an incremental release that includes all the features from version 1.1, and adds support for outbound response rewriting. More specifically, it can be used to: Replace...
Tags: IIS News ItemURLRewrite
Jul 11, 2009
About a year ago I wrote an article about how to enable per-site PHP configuration on IIS with FastCGI . The instructions in that article required some non-trivial manipulations of IIS and FastCGI configuration settings. At that time it was one of the...
Tags: PHPFastCGI