Sep 09, 2009
Microsoft has released a Beta of a new PHP accelerator named Windows Cache Extension for PHP. It's a pretty cool thing for anybody who deals with a lot of PHP applications on Windows because the way I see it and Microsoft explains is the same. We can...
1 comments
Tags: IIS 7MicrosoftWindowsPHP
May 27, 2009
Making PHP applications run efficiently and reliably on IIS 7 is one of our key goals. The IIS team is working with Zend to optimize the performance of PHP on IIS 7 and the results have been remarkable. In addition to performance improvements to PHP and...
3 comments
Tags: BeginnerPHPIIS 7
Apr 03, 2009
Recently I spoke with someone on Twitter who was having issues running CakePHP on IIS. With all the talk about ASP.NET MVC on IIS, folks forget that the MVC pattern works in other languages as well. CakePHP provides MVC development on PHP. That said,...
5 comments
Tags: IIS 7PHPconfigurationURL RewriterCakePHPmod_rewrite
Aug 13, 2008
While working today I came across my dumped and lost php applications, I use to work on long ago. The moment I saw them I knew I couldn't resist to see them working again. These php code happen to be some of the earliest piece of code I have written....
1 comments
Tags: IIS 7How ToPHP