Using PHP via FastCGI is how you use PHP with IIS. I haven't seen it used much with Apache via this method. I wonder what the benefits and drawbacks are. Will have to google on this subject. Also I would like to 'ask the audience' on the difficulty of building your own Apache binaries. It is not something that I have done before. At work we have Visual Studio 2008 and 2010. It is my understanding that the VC9 binaries must be built with 2008. >From a security perspective, using the ApacheLounge binaries is not an option for us. It is too dependent on one person whom is not directly associated with the ASF. The only other possible option that I thought of was to use Zend Server. Although I am not totally sure about this, I need to follow up with the technical lead for that project. -Logan On Mon, Mar 28, 2011 at 11:29 AM, Ferenc Kovacs <info@xxxxxxxxx> wrote: > On Mon, Mar 28, 2011 at 6:13 PM, Curtis Tammany <curtis.tammany@xxxxxxx > >wrote: > > > Extensions in the php.ini file? It was using the ini file that came with > > PHP > > 5.3.6. > > > > Can anyone get PHP 5.3.6 (from windows.php.net/download) to work with > > Apache??? The PHP site says it will only work with the VC9 version found > at > > apachelounge.com... > > > > > Sure. > you can do either of the followings: > - build the VC9 apache binary from source. > - use the apache binaries provided by apachelounge > - use the php through cgi or fastcgi, this way you can use the VC9 php > binary with the VC6 apache binary. > > Tyrael >