<?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"
	>
<channel>
	<title>Comments on: Configuring PHP with Apache on Windows Vista</title>
	<atom:link href="http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista</link>
	<description>The opposite of every great idea is another great idea</description>
	<pubDate>Sun, 20 Jul 2008 22:59:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jason Smith</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4282</link>
		<dc:creator>Jason Smith</dc:creator>
		<pubDate>Fri, 04 Jul 2008 14:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4282</guid>
		<description>Is anyone else having trouble with apache ignoring changes to httpd.conf? I can add a line randomly in the file "THIS ISN'T SUPPOSED TO BE HERE" and it will fail the test apache config thing, but apache completely ignores it. I've changed Documentroot with no effect as well so it's not as if I'm just getting subtleties. 

Is there some way to verify that it is using the conf file at all? I get the PHP 5 byline in the status bar of monitor, so I know something is working right...</description>
		<content:encoded><![CDATA[<p>Is anyone else having trouble with apache ignoring changes to httpd.conf? I can add a line randomly in the file &#8220;THIS ISN&#8217;T SUPPOSED TO BE HERE&#8221; and it will fail the test apache config thing, but apache completely ignores it. I&#8217;ve changed Documentroot with no effect as well so it&#8217;s not as if I&#8217;m just getting subtleties. </p>
<p>Is there some way to verify that it is using the conf file at all? I get the PHP 5 byline in the status bar of monitor, so I know something is working right&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4261</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 02 Jul 2008 08:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4261</guid>
		<description>@Jeff the .php extension tells the webserver that PHP needs to render the content on the page, even if it doesn't contain any PHP code. If you simply name the files with the .html extension, PHP will not render the page so any code wrapped in &lt;code&gt;&lt;?php ?&gt;&lt;/code&gt; will be rendered simply as text.</description>
		<content:encoded><![CDATA[<p>@Jeff the .php extension tells the webserver that PHP needs to render the content on the page, even if it doesn&#8217;t contain any PHP code. If you simply name the files with the .html extension, PHP will not render the page so any code wrapped in <code>&lt;?php ?&gt;</code> will be rendered simply as text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4260</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Wed, 02 Jul 2008 02:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4260</guid>
		<description>The code works and the php output is displayed only if the file suffix is php and the file type is .php.  If it is .html the php code does not execute.  It isn't a big deal, but if you know what is going on and how to correct it it would be great.

Thanks for all your help.  It has saved me countless hours!</description>
		<content:encoded><![CDATA[<p>The code works and the php output is displayed only if the file suffix is php and the file type is .php.  If it is .html the php code does not execute.  It isn&#8217;t a big deal, but if you know what is going on and how to correct it it would be great.</p>
<p>Thanks for all your help.  It has saved me countless hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4255</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4255</guid>
		<description>The system parsed the code...
&lt;code&gt;&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Using PHP and HTML Together&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt; Using PHP &#38; HTML Together &lt;/h1&gt; 
&lt;p&gt;Here is your PHP info:&lt;/p&gt;
&lt;?php phpinfo(); ?&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The system parsed the code&#8230;<br />
<pre><code>&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Using PHP and HTML Together&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt; Using PHP &amp;amp; HTML Together &lt;/h1&gt; 
&lt;p&gt;Here is your PHP info:&lt;/p&gt;
&lt;?php phpinfo(); ?&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4254</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4254</guid>
		<description>Thanks.  I am now able to run a file with the .php extension.  When I try to run the following I just get the HTML portion. The PHP code does not seem to execute.


 
  
    Using PHP and HTML Together
  
 
 
  Using PHP &#38; HTML Together
    Here is your PHP info:
     
  
 
</description>
		<content:encoded><![CDATA[<p>Thanks.  I am now able to run a file with the .php extension.  When I try to run the following I just get the HTML portion. The PHP code does not seem to execute.</p>
<p>    Using PHP and HTML Together</p>
<p>  Using PHP &amp; HTML Together<br />
    Here is your PHP info:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4253</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4253</guid>
		<description>@Jeff the php.ini file need only be in one directory, either the PHP or Windows directory. I would favour the PHP directory.

Make sure the path in your httpd.conf directory points to the correct file. (Details can be found in the above post).

Make sure the index.php file, in which you have the &lt;code&gt;&lt;?php phpinfo(); ?&gt;&lt;/code&gt; is in the correct location. (See my comments above).

Make sure your PHP install has the minimum installed extensions required by your apps. These tend to be the MySQL and GD libraries. You can always add/uncomment additional libraries in the future if and when needed.</description>
		<content:encoded><![CDATA[<p>@Jeff the php.ini file need only be in one directory, either the PHP or Windows directory. I would favour the PHP directory.</p>
<p>Make sure the path in your httpd.conf directory points to the correct file. (Details can be found in the above post).</p>
<p>Make sure the index.php file, in which you have the <code>&lt;?php phpinfo(); ?&gt;</code> is in the correct location. (See my comments above).</p>
<p>Make sure your PHP install has the minimum installed extensions required by your apps. These tend to be the MySQL and GD libraries. You can always add/uncomment additional libraries in the future if and when needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4252</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Tue, 01 Jul 2008 00:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4252</guid>
		<description>I am having a similar problem to what sergio experienced.  PHP is installed.  I have confirmed via command line prompts that it is running.  When I look at the Apache monitor I see the PHP 5.2.6.

When I run the test page with a phpinfo(); command I get nothing back.  I have my php.ini file in the windows and Program Files\PHP directories.

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I am having a similar problem to what sergio experienced.  PHP is installed.  I have confirmed via command line prompts that it is running.  When I look at the Apache monitor I see the PHP 5.2.6.</p>
<p>When I run the test page with a phpinfo(); command I get nothing back.  I have my php.ini file in the windows and Program Files\PHP directories.</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4120</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4120</guid>
		<description>@sergio good to see that your perseverance has been rewarded.</description>
		<content:encoded><![CDATA[<p>@sergio good to see that your perseverance has been rewarded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4116</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Mon, 23 Jun 2008 16:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4116</guid>
		<description>Hi again just not to show that i am not a quitter i retried and found where i mistake, it was on the backslash in the config file of the apache. Now it works just has you said.</description>
		<content:encoded><![CDATA[<p>Hi again just not to show that i am not a quitter i retried and found where i mistake, it was on the backslash in the config file of the apache. Now it works just has you said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergio</title>
		<link>http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4115</link>
		<dc:creator>sergio</dc:creator>
		<pubDate>Mon, 23 Jun 2008 11:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwhatley.co.uk/configuring-php-with-apache-on-windows-vista#comment-4115</guid>
		<description>Hi again good afternoon, just came to give you the update of the installation, I gave up so what i did, searching in the net i tried out many other programs some just totally crashed, until i came upon php designer 2007 free for non comercial use, after install just had to direct it to the php-win.exe file in its program options, of the prevous php.msi setup just as you explained. It is so easy to use that it gives me the creaps after having to learn c language, its something to forget.

thanks for the tips especialy that windows command line to install msi file (msiexec /i filename.msi), and of course for that experience on playing around with the config file and the php ini file.

Compliments

sérgio santos</description>
		<content:encoded><![CDATA[<p>Hi again good afternoon, just came to give you the update of the installation, I gave up so what i did, searching in the net i tried out many other programs some just totally crashed, until i came upon php designer 2007 free for non comercial use, after install just had to direct it to the php-win.exe file in its program options, of the prevous php.msi setup just as you explained. It is so easy to use that it gives me the creaps after having to learn c language, its something to forget.</p>
<p>thanks for the tips especialy that windows command line to install msi file (msiexec /i filename.msi), and of course for that experience on playing around with the config file and the php ini file.</p>
<p>Compliments</p>
<p>sérgio santos</p>
]]></content:encoded>
	</item>
</channel>
</rss>
