Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ruslan Yakushev' Blog:
PHP Manager 1.1 available in Web PI
Dec 13, 2010 @ 18:15:15

Ruslan Yakushev has a new post talking about the latest release of Microsoft's PHP Manager for IIS being available in their Web Platform Installer.

PHP Manager 1.1 for IIS 7 has been released today. This is an incremental release that contains all the functionality available in PHP Manager 1.0 for IIS 7 plus additional features: [...] improved detection logic for existing PHP installations, configuring date.timezone, ability to add new PHP extensions.

You can find out more about the PHP Manager for IIS7 from the CodePlex project for it and can find a complete list of changes in its changelog.

tagged: webplatforminstaller phpmanager version iis7

Link:

Brian Swan's Blog:
PHP Manager for IIS 7 Released!
Oct 01, 2010 @ 13:58:11

As Brian Swan mentions in his latest blog post, the PHP Manager product from Microsoft has been officially released for IIS7.

There have been some significant changes in the final release since I wrote about the first beta release a month ago. Not only have several bugs have been fixed, but new functionality has been added. Now the PHP Manager can help you validate and optimize your PHP installations on IIS. [...] You can download x86 and x64 versions of the PHP Manager here: http://phpmanager.codeplex.com/releases/view/53121.

He gives a quick run through of how the tool works by registering a PHP version to work with a certain directory. Then just select the correct "php-cgi.exe" file to use for execution and save it. The PHP Manager tool does the rest. It also tries to help you optimize your setup with a few recommendations on both PHP and IIS settings.

tagged: phpmanager iis microsoft release

Link:

Brian Swan's Blog:
Managing Multiple PHP Versions with PHP Manager for IIS 7
Aug 31, 2010 @ 16:03:47

In this new post to his blog Brian Swan talks about a tool that's been released by the IIS Team at Microsoft to make it even simpler to run multiple versions of PHP under IIS - the PHP Manager.

Not only does the PHP Manager make it a no-brainer to run different PHP versions side-by-side on IIS, it makes it easy to register PHP with IIS, configure various PHP settings, enable/disable PHP extensions, remotely manage PHP configuration via the php.ini file, and check the PHP runtime configuration and environment (i.e. see the output of phpinfo()).

Brian goes through a six step process to use this new tool to set up both PHP 5.2 and PHP 5.3 versions on an IIS server. It's as simple as installing the tool, registering new PHP versions and customizing the configurations. They'd love feedback on the tool so leave them comments here or report bugs here.

tagged: iis microsoft multiple version phpmanager tool beta

Link:


Trending Topics: