<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP installation with extensions (mysql) for IIS7 in Windows Vista and Windows 7</title>
	<atom:link href="http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/</link>
	<description>Adventures in Computing, Can Erten's blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:22:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: crystal</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-39397</link>
		<dc:creator>crystal</dc:creator>
		<pubDate>Fri, 01 Jan 2010 09:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-39397</guid>
		<description>hello......... may any one tell me the proper method of installing the XAMP (php, mysql, apache server) in windows VISTA? i tried all methods that are given above....... but failed . So tell me</description>
		<content:encoded><![CDATA[<p>hello&#8230;&#8230;&#8230; may any one tell me the proper method of installing the XAMP (php, mysql, apache server) in windows VISTA? i tried all methods that are given above&#8230;&#8230;. but failed . So tell me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-38994</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 30 Nov 2009 09:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-38994</guid>
		<description>I got this error while open php page:

HTTP Error 500.0 - Internal Server Error
Description: Calling LoadLibraryEx on ISAPI filter &quot;E:\SOFT_INSTALLED\php\php5isapi.dll&quot; failed 

Error Code: 0x8007007e 

Notification: Unknown 

Module: IIS Web Core 

Requested URL: http://localhost:80/test.php 

Physical Path: C:\inetpub\wwwroot\test.php 

Logon User: Not yet determined 

Logon Method: Not yet determined 

i strictly follow ur steps to configure PHP with IIS7,but the error is here.

i have extracted php from zip file in E: drive.u told that this error is for security reasons. how can i set permissions to this php directory? 

I strictly followed ur steps but the error is still here.

i have extracted PHP file from zip to E: drive and i have windows Vista SP1 OS.

what is problem???</description>
		<content:encoded><![CDATA[<p>I got this error while open php page:</p>
<p>HTTP Error 500.0 &#8211; Internal Server Error<br />
Description: Calling LoadLibraryEx on ISAPI filter &#8220;E:\SOFT_INSTALLED\php\php5isapi.dll&#8221; failed </p>
<p>Error Code: 0&#215;8007007e </p>
<p>Notification: Unknown </p>
<p>Module: IIS Web Core </p>
<p>Requested URL: <a href="http://localhost:80/test.php" rel="nofollow">http://localhost:80/test.php</a> </p>
<p>Physical Path: C:\inetpub\wwwroot\test.php </p>
<p>Logon User: Not yet determined </p>
<p>Logon Method: Not yet determined </p>
<p>i strictly follow ur steps to configure PHP with IIS7,but the error is here.</p>
<p>i have extracted php from zip file in E: drive.u told that this error is for security reasons. how can i set permissions to this php directory? </p>
<p>I strictly followed ur steps but the error is still here.</p>
<p>i have extracted PHP file from zip to E: drive and i have windows Vista SP1 OS.</p>
<p>what is problem???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-38504</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 10 Jun 2009 21:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-38504</guid>
		<description>This post has staying power!  Thanks it helped me out a lot!</description>
		<content:encoded><![CDATA[<p>This post has staying power!  Thanks it helped me out a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Ricketts</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-38455</link>
		<dc:creator>Darren Ricketts</dc:creator>
		<pubDate>Tue, 05 May 2009 12:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-38455</guid>
		<description>Hi Folks

Just spent a few hours looking at the same problem running vista business, iis7 etc.  The final piece of the jigsaw was that I had actually saved the php.ini as php.ini.ini which is a basic mistake for a novice like myself but something that isn&#039;t explicit in the tutorials.

When you take the php.ini.recommended file, amend and save as you should also remove the .ini from the file name before saving.

Look in the folder where you have saved your php.ini file and if it is named php.ini simply remove the .ini and retain php - check the file properties before changing the name and you should see that .ini.ini appears.  Restart IIS. This worked for me and now phpMyAdmin is running perfectly.

Cheers
Darren (aka dufus)</description>
		<content:encoded><![CDATA[<p>Hi Folks</p>
<p>Just spent a few hours looking at the same problem running vista business, iis7 etc.  The final piece of the jigsaw was that I had actually saved the php.ini as php.ini.ini which is a basic mistake for a novice like myself but something that isn&#8217;t explicit in the tutorials.</p>
<p>When you take the php.ini.recommended file, amend and save as you should also remove the .ini from the file name before saving.</p>
<p>Look in the folder where you have saved your php.ini file and if it is named php.ini simply remove the .ini and retain php &#8211; check the file properties before changing the name and you should see that .ini.ini appears.  Restart IIS. This worked for me and now phpMyAdmin is running perfectly.</p>
<p>Cheers<br />
Darren (aka dufus)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Carless</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-38065</link>
		<dc:creator>Rich Carless</dc:creator>
		<pubDate>Fri, 02 Jan 2009 18:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-38065</guid>
		<description>Hi,

One important step which isn&#039;t mentioned on this tutorial is that after following the steps you _have_ to restart the web server inorder for the configuration to take effect.

Cheers
Rich</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>One important step which isn&#8217;t mentioned on this tutorial is that after following the steps you _have_ to restart the web server inorder for the configuration to take effect.</p>
<p>Cheers<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aqui Gorka &#187; Blog Archive &#187; Instalando PHP &#38; MySQL en IIS7</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-33500</link>
		<dc:creator>Aqui Gorka &#187; Blog Archive &#187; Instalando PHP &#38; MySQL en IIS7</dc:creator>
		<pubDate>Sat, 06 Sep 2008 02:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-33500</guid>
		<description>[...] http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/  [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/ " rel="nofollow">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/ </a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aqui Gorka &#187; Blog Archive &#187; Installing PHP &#38; MySQL on IIS7</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-33498</link>
		<dc:creator>Aqui Gorka &#187; Blog Archive &#187; Installing PHP &#38; MySQL on IIS7</dc:creator>
		<pubDate>Sat, 06 Sep 2008 01:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-33498</guid>
		<description>[...] http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/" rel="nofollow">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donut</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-30704</link>
		<dc:creator>donut</dc:creator>
		<pubDate>Sun, 27 Jul 2008 21:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-30704</guid>
		<description>Sweet!  This worked like a charm!  Thanks for posting!!</description>
		<content:encoded><![CDATA[<p>Sweet!  This worked like a charm!  Thanks for posting!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregoJDK</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-30219</link>
		<dc:creator>GregoJDK</dc:creator>
		<pubDate>Mon, 21 Jul 2008 23:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-30219</guid>
		<description>Hi...
I´m From Brasil... and my Inglish is very bad... but i try...

THIS IS A VERY GOOD SOLUTION... WORK REALY OK...
BUT... REMEMBER... REBOOT YOUR MACHINE !!!

Thanks all 

Grego.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
I´m From Brasil&#8230; and my Inglish is very bad&#8230; but i try&#8230;</p>
<p>THIS IS A VERY GOOD SOLUTION&#8230; WORK REALY OK&#8230;<br />
BUT&#8230; REMEMBER&#8230; REBOOT YOUR MACHINE !!!</p>
<p>Thanks all </p>
<p>Grego.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Kima</title>
		<link>http://www.codingday.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/comment-page-1/#comment-29521</link>
		<dc:creator>Max Kima</dc:creator>
		<pubDate>Sat, 19 Apr 2008 10:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/#comment-29521</guid>
		<description>Thanx! I&#039;ve done it!</description>
		<content:encoded><![CDATA[<p>Thanx! I&#8217;ve done it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
